Shades of Pink Flamingo #F066F3
Tints of Pink Flamingo #F066F3
RGB
CMYK
RGB Variations
Color information
#F066F3 (or 0xF066F3) is known color: Pink Flamingo. HEX triplet: F0, 66 and F3. RGB value is (240,102,243). Sum of RGB (Red+Green+Blue) = 240+102+243=585 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.03% from 585); Green value is 102 (40.23% from 255 or 17.44% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #F066F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F066F3 is #0F990C. Grayscale: #9E9E9E. Windows color (decimal): -1022221 or 15951600. OLE color: 15951600.
HSL color Cylindrical-coordinate representation of color #F066F3: hue angle of 298.72º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F066F3 is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 102 | 243 | - |
| CMYK | 0.01 | 0.58 | 0 | 0.05 |
| HSL | 298.72º | 0.85% | 0.68% | - |
| HSV(B) | 298.72º | 0.58% | 0.95% | - |
| XYZ | 56.86 | 34.5 | 88.46 | - |
| YUV | 159.34 | 175.22 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 243 | 0.01 | 0.58 | 0 | 0.05 | 298.72 | 0.85 | 0.68 |
| Hex | F0 | 66 | F3 | 1 | 3A | 0 | 5 | 12B | 55 | 44 |
| Octal | 360 | 146 | 363 | 1 | 72 | 0 | 5 | 453 | 125 | 104 |
| Binary | 11110000 | 1100110 | 11110011 | 1 | 111010 | 0 | 101 | 100101011 | 1010101 | 1000100 |
Color Harmonies of #F066F3
Complementary color
Monochromatic Colors of #F066F3
Black with #F066F3
Text Example
Text Example
White with #F066F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F066F3; }
p { color: rgb(240,102,243); }
H1.HeaderClassName
{
color: #F066F3;
}
.AnyTagClassName
{
color: #F066F3;
}
</style>
background-color css
<style>
a { background-color: #F066F3; }
a { background-color: rgb(240,102,243); }
div.DivClassName
{
background-color: #F066F3;
}
.BgClassName
{
background-color: #F066F3;
}
</style>
border-color css
<style>
span { border-color: #F066F3; }
span { border-color: rgb(240,102,243); }
td.TdClassName
{
border-color: #F066F3;
}
.TagClassName
{
border-color: #F066F3;
}
</style>