Shades of Pink Flamingo #F051F4
Tints of Pink Flamingo #F051F4
RGB
CMYK
RGB Variations
Color information
#F051F4 (or 0xF051F4) is known color: Pink Flamingo. HEX triplet: F0, 51 and F4. RGB value is (240,81,244). Sum of RGB (Red+Green+Blue) = 240+81+244=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 81 (32.03% from 255 or 14.34% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 244 - color contains mainly: blue. Hex color #F051F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F051F4 is #0FAE0B. Grayscale: #929292. Windows color (decimal): -1027596 or 16011760. OLE color: 16011760.
HSL color Cylindrical-coordinate representation of color #F051F4: hue angle of 298.53º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F051F4 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 81 | 244 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.04 |
| HSL | 298.53º | 0.88% | 0.64% | - |
| HSV(B) | 298.53º | 0.67% | 0.96% | - |
| XYZ | 55.21 | 30.94 | 88.65 | - |
| YUV | 147.12 | 182.68 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 81 | 244 | 0.02 | 0.67 | 0 | 0.04 | 298.53 | 0.88 | 0.64 |
| Hex | F0 | 51 | F4 | 2 | 43 | 0 | 4 | 12B | 58 | 40 |
| Octal | 360 | 121 | 364 | 2 | 103 | 0 | 4 | 453 | 130 | 100 |
| Binary | 11110000 | 1010001 | 11110100 | 10 | 1000011 | 0 | 100 | 100101011 | 1011000 | 1000000 |
Color Harmonies of #F051F4
Complementary color
Monochromatic Colors of #F051F4
Black with #F051F4
Text Example
Text Example
White with #F051F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F051F4; }
p { color: rgb(240,81,244); }
H1.HeaderClassName
{
color: #F051F4;
}
.AnyTagClassName
{
color: #F051F4;
}
</style>
background-color css
<style>
a { background-color: #F051F4; }
a { background-color: rgb(240,81,244); }
div.DivClassName
{
background-color: #F051F4;
}
.BgClassName
{
background-color: #F051F4;
}
</style>
border-color css
<style>
span { border-color: #F051F4; }
span { border-color: rgb(240,81,244); }
td.TdClassName
{
border-color: #F051F4;
}
.TagClassName
{
border-color: #F051F4;
}
</style>