Shades of Pink Flamingo #FF66F9
Tints of Pink Flamingo #FF66F9
RGB
CMYK
RGB Variations
Color information
#FF66F9 (or 0xFF66F9) is known color: Pink Flamingo. HEX triplet: FF, 66 and F9. RGB value is (255,102,249). Sum of RGB (Red+Green+Blue) = 255+102+249=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 102 (40.23% from 255 or 16.83% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF66F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF66F9 is #009906. Grayscale: #A4A4A4. Windows color (decimal): -39175 or 16344831. OLE color: 16344831.
HSL color Cylindrical-coordinate representation of color #FF66F9: hue angle of 302.35º 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 #FF66F9 is Cyan = 0, Magento = 0.6, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 249 | - |
| CMYK | 0 | 0.6 | 0.02 | 0 |
| HSL | 302.35º | 1% | 0.7% | - |
| HSV(B) | 302.35º | 0.6% | 1% | - |
| XYZ | 63.09 | 37.6 | 93.56 | - |
| YUV | 164.51 | 175.69 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 249 | 0 | 0.6 | 0.02 | 0 | 302.35 | 1 | 0.7 |
| Hex | FF | 66 | F9 | 0 | 3C | 2 | 0 | 12E | 64 | 46 |
| Octal | 377 | 146 | 371 | 0 | 74 | 2 | 0 | 456 | 144 | 106 |
| Binary | 11111111 | 1100110 | 11111001 | 0 | 111100 | 10 | 0 | 100101110 | 1100100 | 1000110 |
Color Harmonies of #FF66F9
Complementary color
Monochromatic Colors of #FF66F9
Black with #FF66F9
Text Example
Text Example
White with #FF66F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF66F9; }
p { color: rgb(255,102,249); }
H1.HeaderClassName
{
color: #FF66F9;
}
.AnyTagClassName
{
color: #FF66F9;
}
</style>
background-color css
<style>
a { background-color: #FF66F9; }
a { background-color: rgb(255,102,249); }
div.DivClassName
{
background-color: #FF66F9;
}
.BgClassName
{
background-color: #FF66F9;
}
</style>
border-color css
<style>
span { border-color: #FF66F9; }
span { border-color: rgb(255,102,249); }
td.TdClassName
{
border-color: #FF66F9;
}
.TagClassName
{
border-color: #FF66F9;
}
</style>