Shades of Pink Flamingo #F042FA
Tints of Pink Flamingo #F042FA
RGB
CMYK
RGB Variations
Color information
#F042FA (or 0xF042FA) is known color: Pink Flamingo. HEX triplet: F0, 42 and FA. RGB value is (240,66,250). Sum of RGB (Red+Green+Blue) = 240+66+250=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 66 (26.17% from 255 or 11.87% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #F042FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F042FA is #0FBD05. Grayscale: #8A8A8A. Windows color (decimal): -1031430 or 16401136. OLE color: 16401136.
HSL color Cylindrical-coordinate representation of color #F042FA: hue angle of 296.74º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F042FA is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 66 | 250 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.02 |
| HSL | 296.74º | 0.95% | 0.62% | - |
| HSV(B) | 296.74º | 0.74% | 0.98% | - |
| XYZ | 55.14 | 29.32 | 93.2 | - |
| YUV | 139 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 250 | 0.04 | 0.74 | 0 | 0.02 | 296.74 | 0.95 | 0.62 |
| Hex | F0 | 42 | FA | 4 | 4A | 0 | 2 | 129 | 5F | 3E |
| Octal | 360 | 102 | 372 | 4 | 112 | 0 | 2 | 451 | 137 | 76 |
| Binary | 11110000 | 1000010 | 11111010 | 100 | 1001010 | 0 | 10 | 100101001 | 1011111 | 111110 |
Color Harmonies of #F042FA
Complementary color
Monochromatic Colors of #F042FA
Black with #F042FA
Text Example
Text Example
White with #F042FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F042FA; }
p { color: rgb(240,66,250); }
H1.HeaderClassName
{
color: #F042FA;
}
.AnyTagClassName
{
color: #F042FA;
}
</style>
background-color css
<style>
a { background-color: #F042FA; }
a { background-color: rgb(240,66,250); }
div.DivClassName
{
background-color: #F042FA;
}
.BgClassName
{
background-color: #F042FA;
}
</style>
border-color css
<style>
span { border-color: #F042FA; }
span { border-color: rgb(240,66,250); }
td.TdClassName
{
border-color: #F042FA;
}
.TagClassName
{
border-color: #F042FA;
}
</style>