Shades of Pink Flamingo #F062FF
Tints of Pink Flamingo #F062FF
RGB
CMYK
RGB Variations
Color information
#F062FF (or 0xF062FF) is known color: Pink Flamingo. HEX triplet: F0, 62 and FF. RGB value is (240,98,255). Sum of RGB (Red+Green+Blue) = 240+98+255=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 98 (38.67% from 255 or 16.53% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F062FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062FF is #0F9D00. Grayscale: #9D9D9D. Windows color (decimal): -1023233 or 16737008. OLE color: 16737008.
HSL color Cylindrical-coordinate representation of color #F062FF: hue angle of 294.27º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F062FF is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 98 | 255 | - |
| CMYK | 0.06 | 0.62 | 0 | 0 |
| HSL | 294.27º | 1% | 0.69% | - |
| HSV(B) | 294.27º | 0.62% | 1% | - |
| XYZ | 58.35 | 34.48 | 98.19 | - |
| YUV | 158.36 | 182.54 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 255 | 0.06 | 0.62 | 0 | 0 | 294.27 | 1 | 0.69 |
| Hex | F0 | 62 | FF | 6 | 3E | 0 | 0 | 126 | 64 | 45 |
| Octal | 360 | 142 | 377 | 6 | 76 | 0 | 0 | 446 | 144 | 105 |
| Binary | 11110000 | 1100010 | 11111111 | 110 | 111110 | 0 | 0 | 100100110 | 1100100 | 1000101 |
Color Harmonies of #F062FF
Complementary color
Monochromatic Colors of #F062FF
Black with #F062FF
Text Example
Text Example
White with #F062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062FF; }
p { color: rgb(240,98,255); }
H1.HeaderClassName
{
color: #F062FF;
}
.AnyTagClassName
{
color: #F062FF;
}
</style>
background-color css
<style>
a { background-color: #F062FF; }
a { background-color: rgb(240,98,255); }
div.DivClassName
{
background-color: #F062FF;
}
.BgClassName
{
background-color: #F062FF;
}
</style>
border-color css
<style>
span { border-color: #F062FF; }
span { border-color: rgb(240,98,255); }
td.TdClassName
{
border-color: #F062FF;
}
.TagClassName
{
border-color: #F062FF;
}
</style>