Shades of Pink Flamingo #F066FF
Tints of Pink Flamingo #F066FF
RGB
CMYK
RGB Variations
Color information
#F066FF (or 0xF066FF) is known color: Pink Flamingo. HEX triplet: F0, 66 and FF. RGB value is (240,102,255). Sum of RGB (Red+Green+Blue) = 240+102+255=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 102 (40.23% from 255 or 17.09% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #F066FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066FF is #0F9900. Grayscale: #A0A0A0. Windows color (decimal): -1022209 or 16738032. OLE color: 16738032.
HSL color Cylindrical-coordinate representation of color #F066FF: hue angle of 294.12º 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 #F066FF is Cyan = 0.06, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 102 | 255 | - |
| CMYK | 0.06 | 0.6 | 0 | 0 |
| HSL | 294.12º | 1% | 0.7% | - |
| HSV(B) | 294.12º | 0.6% | 1% | - |
| XYZ | 58.74 | 35.25 | 98.32 | - |
| YUV | 160.7 | 181.22 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 255 | 0.06 | 0.6 | 0 | 0 | 294.12 | 1 | 0.7 |
| Hex | F0 | 66 | FF | 6 | 3C | 0 | 0 | 126 | 64 | 46 |
| Octal | 360 | 146 | 377 | 6 | 74 | 0 | 0 | 446 | 144 | 106 |
| Binary | 11110000 | 1100110 | 11111111 | 110 | 111100 | 0 | 0 | 100100110 | 1100100 | 1000110 |
Color Harmonies of #F066FF
Complementary color
Monochromatic Colors of #F066FF
Black with #F066FF
Text Example
Text Example
White with #F066FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066FF; }
p { color: rgb(240,102,255); }
H1.HeaderClassName
{
color: #F066FF;
}
.AnyTagClassName
{
color: #F066FF;
}
</style>
background-color css
<style>
a { background-color: #F066FF; }
a { background-color: rgb(240,102,255); }
div.DivClassName
{
background-color: #F066FF;
}
.BgClassName
{
background-color: #F066FF;
}
</style>
border-color css
<style>
span { border-color: #F066FF; }
span { border-color: rgb(240,102,255); }
td.TdClassName
{
border-color: #F066FF;
}
.TagClassName
{
border-color: #F066FF;
}
</style>