#FF66E6

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

Shades of Pink Flamingo #FF66E6

Tints of Pink Flamingo #FF66E6

Color information

#FF66E6 (or 0xFF66E6) is unknown color: approx Pink Flamingo. HEX triplet: FF, 66 and E6. RGB value is (255,102,230). Sum of RGB (Red+Green+Blue) = 255+102+230=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 102 (40.23% from 255 or 17.38% from 587); Blue value is 230 (90.23% from 255 or 39.18% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66E6 is #009919. Grayscale: #A1A1A1. Windows color (decimal): -39194 or 15099647. OLE color: 15099647.

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

Color convert

RGB255102230-
CMYK00.60.100
HSL309.8º100%70%-
HSV(B)309.8º60%100%-
XYZ60.2736.4878.73-
YUV162.34166.19194.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.44%
GREEN value IS 102 (40.23% from 255) = 17.38%
BLUE value IS 230 (90.23% from 255) = 39.18%
R=43.44%
G=17.38%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510223000.60.100309.810070
HexFF66E603CA01366446
Octal377146346074120466144106
Binary1111111111001101110011001111001010010011011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF66E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF66E6; }

 p { color: rgb(255,102,230); }

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

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

 a { background-color: rgb(255,102,230); }

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

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

 span { border-color: rgb(255,102,230); }

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