Shades of Pink Flamingo #F062F5
Tints of Pink Flamingo #F062F5
RGB
CMYK
RGB Variations
Color information
#F062F5 (or 0xF062F5) is known color: Pink Flamingo. HEX triplet: F0, 62 and F5. RGB value is (240,98,245). Sum of RGB (Red+Green+Blue) = 240+98+245=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 98 (38.67% from 255 or 16.81% from 583); Blue value is 245 (96.09% from 255 or 42.02% from 583); Max value from RGB is 245 - color contains mainly: blue. Hex color #F062F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062F5 is #0F9D0A. Grayscale: #9C9C9C. Windows color (decimal): -1023243 or 16081648. OLE color: 16081648.
HSL color Cylindrical-coordinate representation of color #F062F5: hue angle of 297.96º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F062F5 is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 98 | 245 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.04 |
| HSL | 297.96º | 0.88% | 0.67% | - |
| HSV(B) | 297.96º | 0.6% | 0.96% | - |
| XYZ | 56.78 | 33.85 | 89.93 | - |
| YUV | 157.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 245 | 0.02 | 0.6 | 0 | 0.04 | 297.96 | 0.88 | 0.67 |
| Hex | F0 | 62 | F5 | 2 | 3C | 0 | 4 | 12A | 58 | 43 |
| Octal | 360 | 142 | 365 | 2 | 74 | 0 | 4 | 452 | 130 | 103 |
| Binary | 11110000 | 1100010 | 11110101 | 10 | 111100 | 0 | 100 | 100101010 | 1011000 | 1000011 |
Color Harmonies of #F062F5
Complementary color
Monochromatic Colors of #F062F5
Black with #F062F5
Text Example
Text Example
White with #F062F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062F5; }
p { color: rgb(240,98,245); }
H1.HeaderClassName
{
color: #F062F5;
}
.AnyTagClassName
{
color: #F062F5;
}
</style>
background-color css
<style>
a { background-color: #F062F5; }
a { background-color: rgb(240,98,245); }
div.DivClassName
{
background-color: #F062F5;
}
.BgClassName
{
background-color: #F062F5;
}
</style>
border-color css
<style>
span { border-color: #F062F5; }
span { border-color: rgb(240,98,245); }
td.TdClassName
{
border-color: #F062F5;
}
.TagClassName
{
border-color: #F062F5;
}
</style>