Shades of Pink Flamingo #F042FE
Tints of Pink Flamingo #F042FE
RGB
CMYK
RGB Variations
Color information
#F042FE (or 0xF042FE) is known color: Pink Flamingo. HEX triplet: F0, 42 and FE. RGB value is (240,66,254). Sum of RGB (Red+Green+Blue) = 240+66+254=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 66 (26.17% from 255 or 11.79% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #F042FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F042FE is #0FBD01. Grayscale: #8A8A8A. Windows color (decimal): -1031426 or 16663280. OLE color: 16663280.
HSL color Cylindrical-coordinate representation of color #F042FE: hue angle of 295.53º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F042FE is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 66 | 254 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.00 |
| HSL | 295.53º | 0.99% | 0.63% | - |
| HSV(B) | 295.53º | 0.74% | 1% | - |
| XYZ | 55.77 | 29.58 | 96.54 | - |
| YUV | 139.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 254 | 0.06 | 0.74 | 0 | 0.00 | 295.53 | 0.99 | 0.63 |
| Hex | F0 | 42 | FE | 6 | 4A | 0 | 0 | 128 | 63 | 3F |
| Octal | 360 | 102 | 376 | 6 | 112 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110000 | 1000010 | 11111110 | 110 | 1001010 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F042FE
Complementary color
Monochromatic Colors of #F042FE
Black with #F042FE
Text Example
Text Example
White with #F042FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F042FE; }
p { color: rgb(240,66,254); }
H1.HeaderClassName
{
color: #F042FE;
}
.AnyTagClassName
{
color: #F042FE;
}
</style>
background-color css
<style>
a { background-color: #F042FE; }
a { background-color: rgb(240,66,254); }
div.DivClassName
{
background-color: #F042FE;
}
.BgClassName
{
background-color: #F042FE;
}
</style>
border-color css
<style>
span { border-color: #F042FE; }
span { border-color: rgb(240,66,254); }
td.TdClassName
{
border-color: #F042FE;
}
.TagClassName
{
border-color: #F042FE;
}
</style>