Shades of Pink Flamingo #FF66E6
Tints of Pink Flamingo #FF66E6
RGB
CMYK
RGB Variations
Color information
#FF66E6 (or 0xFF66E6) is known color: 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
RGB | 255 | 102 | 230 | - |
CMYK | 0 | 0.6 | 0.10 | 0 |
HSL | 309.8º | 1% | 0.7% | - |
HSV(B) | 309.8º | 0.6% | 1% | - |
XYZ | 60.27 | 36.48 | 78.73 | - |
YUV | 162.34 | 166.19 | 194.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 102 | 230 | 0 | 0.6 | 0.10 | 0 | 309.8 | 1 | 0.7 |
Hex | FF | 66 | E6 | 0 | 3C | A | 0 | 136 | 64 | 46 |
Octal | 377 | 146 | 346 | 0 | 74 | 12 | 0 | 466 | 144 | 106 |
Binary | 11111111 | 1100110 | 11100110 | 0 | 111100 | 1010 | 0 | 100110110 | 1100100 | 1000110 |
Color Harmonies of #FF66E6
Complementary color
Monochromatic Colors of #FF66E6
Black with #FF66E6
Text Example
Text Example
White with #FF66E6
Text Example
Text Example
HTML Codes & Css Web 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>