Shades of Pink Flamingo #F062F2
Tints of Pink Flamingo #F062F2
RGB
CMYK
RGB Variations
Color information
#F062F2 (or 0xF062F2) is known color: Pink Flamingo. HEX triplet: F0, 62 and F2. RGB value is (240,98,242). Sum of RGB (Red+Green+Blue) = 240+98+242=580 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.38% from 580); Green value is 98 (38.67% from 255 or 16.90% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #F062F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F062F2 is #0F9D0D. Grayscale: #9C9C9C. Windows color (decimal): -1023246 or 15885040. OLE color: 15885040.
HSL color Cylindrical-coordinate representation of color #F062F2: hue angle of 299.17º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F062F2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 98 | 242 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.05 |
| HSL | 299.17º | 0.85% | 0.67% | - |
| HSV(B) | 299.17º | 0.6% | 0.95% | - |
| XYZ | 56.33 | 33.67 | 87.53 | - |
| YUV | 156.87 | 176.04 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 98 | 242 | 0.01 | 0.60 | 0 | 0.05 | 299.17 | 0.85 | 0.67 |
| Hex | F0 | 62 | F2 | 1 | 3C | 0 | 5 | 12B | 55 | 43 |
| Octal | 360 | 142 | 362 | 1 | 74 | 0 | 5 | 453 | 125 | 103 |
| Binary | 11110000 | 1100010 | 11110010 | 1 | 111100 | 0 | 101 | 100101011 | 1010101 | 1000011 |
Color Harmonies of #F062F2
Complementary color
Monochromatic Colors of #F062F2
Black with #F062F2
Text Example
Text Example
White with #F062F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F062F2; }
p { color: rgb(240,98,242); }
H1.HeaderClassName
{
color: #F062F2;
}
.AnyTagClassName
{
color: #F062F2;
}
</style>
background-color css
<style>
a { background-color: #F062F2; }
a { background-color: rgb(240,98,242); }
div.DivClassName
{
background-color: #F062F2;
}
.BgClassName
{
background-color: #F062F2;
}
</style>
border-color css
<style>
span { border-color: #F062F2; }
span { border-color: rgb(240,98,242); }
td.TdClassName
{
border-color: #F062F2;
}
.TagClassName
{
border-color: #F062F2;
}
</style>