#FE5FE5

Color #FE5FE5 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FE5FE5

Tints of Pink Flamingo #FE5FE5

Color information

#FE5FE5 (or 0xFE5FE5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 5F and E5. RGB value is (254,95,229). Sum of RGB (Red+Green+Blue) = 254+95+229=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 95 (37.5% from 255 or 16.44% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE5FE5 is #01A01A. Grayscale: #9D9D9D. Windows color (decimal): -106523 or 15032318. OLE color: 15032318.

HSL color Cylindrical-coordinate representation of color #FE5FE5: hue angle of 309.43º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FE5 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB25495229-
CMYK00.630.100.00
HSL309.43º98.76%68.43%-
HSV(B)309.43º62.6%99.61%-
XYZ59.1134.9177.75-
YUV157.82168.18196.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 43.94%
GREEN value IS 95 (37.5% from 255) = 16.44%
BLUE value IS 229 (89.84% from 255) = 39.62%
R=43.94%
G=16.44%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2549522900.630.100.00309.4398.7668.43
HexFE5FE503FA01356344
Octal376137345077120465143104
Binary1111111010111111110010101111111010010011010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE5FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE5FE5; }

 p { color: rgb(254,95,229); }

 H1.HeaderClassName
 {
   color: #FE5FE5;
 }
 .AnyTagClassName
 {
   color: #FE5FE5;
 }
</style>
background-color css

<style>
 a { background-color: #FE5FE5; }

 a { background-color: rgb(254,95,229); }

 div.DivClassName
 {
   background-color: #FE5FE5;
 }
 .BgClassName
 {
   background-color: #FE5FE5;
 }
</style>
border-color css

<style>
 span { border-color: #FE5FE5; }

 span { border-color: rgb(254,95,229); }

 td.TdClassName
 {
   border-color: #FE5FE5;
 }
 .TagClassName
 {
   border-color: #FE5FE5;
 }
</style>