Shades of Pink Flamingo #F062F9
Tints of Pink Flamingo #F062F9
RGB
CMYK
RGB Variations
Color information
#F062F9 (or 0xF062F9) is known color: Pink Flamingo. HEX triplet: F0, 62 and F9. RGB value is (240,98,249). Sum of RGB (Red+Green+Blue) = 240+98+249=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 98 (38.67% from 255 or 16.70% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #F062F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062F9 is #0F9D06. Grayscale: #9D9D9D. Windows color (decimal): -1023239 or 16343792. OLE color: 16343792.
HSL color Cylindrical-coordinate representation of color #F062F9: hue angle of 296.42º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F062F9 is Cyan = 0.04, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 98 | 249 | - |
| CMYK | 0.04 | 0.61 | 0 | 0.02 |
| HSL | 296.42º | 0.93% | 0.68% | - |
| HSV(B) | 296.42º | 0.61% | 0.98% | - |
| XYZ | 57.4 | 34.1 | 93.18 | - |
| YUV | 157.67 | 179.54 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 249 | 0.04 | 0.61 | 0 | 0.02 | 296.42 | 0.93 | 0.68 |
| Hex | F0 | 62 | F9 | 4 | 3D | 0 | 2 | 128 | 5D | 44 |
| Octal | 360 | 142 | 371 | 4 | 75 | 0 | 2 | 450 | 135 | 104 |
| Binary | 11110000 | 1100010 | 11111001 | 100 | 111101 | 0 | 10 | 100101000 | 1011101 | 1000100 |
Color Harmonies of #F062F9
Complementary color
Monochromatic Colors of #F062F9
Black with #F062F9
Text Example
Text Example
White with #F062F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062F9; }
p { color: rgb(240,98,249); }
H1.HeaderClassName
{
color: #F062F9;
}
.AnyTagClassName
{
color: #F062F9;
}
</style>
background-color css
<style>
a { background-color: #F062F9; }
a { background-color: rgb(240,98,249); }
div.DivClassName
{
background-color: #F062F9;
}
.BgClassName
{
background-color: #F062F9;
}
</style>
border-color css
<style>
span { border-color: #F062F9; }
span { border-color: rgb(240,98,249); }
td.TdClassName
{
border-color: #F062F9;
}
.TagClassName
{
border-color: #F062F9;
}
</style>