#FE66E5

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

Shades of Pink Flamingo #FE66E5

Tints of Pink Flamingo #FE66E5

Color information

#FE66E5 (or 0xFE66E5) is unknown color: approx Pink Flamingo. HEX triplet: FE, 66 and E5. RGB value is (254,102,229). Sum of RGB (Red+Green+Blue) = 254+102+229=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 229 (89.84% from 255 or 39.15% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE66E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE66E5 is #01991A. Grayscale: #A1A1A1. Windows color (decimal): -104731 or 15034110. OLE color: 15034110.

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

Color convert

RGB254102229-
CMYK00.600.100.00
HSL309.87º98.7%69.8%-
HSV(B)309.87º59.84%99.61%-
XYZ59.7736.2377.97-
YUV161.93165.86193.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.42%
GREEN value IS 102 (40.23% from 255) = 17.44%
BLUE value IS 229 (89.84% from 255) = 39.15%
R=43.42%
G=17.44%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410222900.600.100.00309.8798.769.8
HexFE66E503CA01366346
Octal376146345074120466143106
Binary1111111011001101110010101111001010010011011011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE66E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE66E5; }

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

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

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

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

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

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

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

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