Shades of Pink Flamingo #F04CFB
Tints of Pink Flamingo #F04CFB
RGB
CMYK
RGB Variations
Color information
#F04CFB (or 0xF04CFB) is known color: Pink Flamingo. HEX triplet: F0, 4C and FB. RGB value is (240,76,251). Sum of RGB (Red+Green+Blue) = 240+76+251=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 76 (30.08% from 255 or 13.40% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #F04CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04CFB is #0FB304. Grayscale: #909090. Windows color (decimal): -1028869 or 16469232. OLE color: 16469232.
HSL color Cylindrical-coordinate representation of color #F04CFB: hue angle of 296.23º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04CFB is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 76 | 251 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.02 |
| HSL | 296.23º | 0.96% | 0.64% | - |
| HSV(B) | 296.23º | 0.7% | 0.98% | - |
| XYZ | 55.93 | 30.66 | 94.24 | - |
| YUV | 144.99 | 187.83 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 76 | 251 | 0.04 | 0.70 | 0 | 0.02 | 296.23 | 0.96 | 0.64 |
| Hex | F0 | 4C | FB | 4 | 46 | 0 | 2 | 128 | 60 | 40 |
| Octal | 360 | 114 | 373 | 4 | 106 | 0 | 2 | 450 | 140 | 100 |
| Binary | 11110000 | 1001100 | 11111011 | 100 | 1000110 | 0 | 10 | 100101000 | 1100000 | 1000000 |
Color Harmonies of #F04CFB
Complementary color
Monochromatic Colors of #F04CFB
Black with #F04CFB
Text Example
Text Example
White with #F04CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04CFB; }
p { color: rgb(240,76,251); }
H1.HeaderClassName
{
color: #F04CFB;
}
.AnyTagClassName
{
color: #F04CFB;
}
</style>
background-color css
<style>
a { background-color: #F04CFB; }
a { background-color: rgb(240,76,251); }
div.DivClassName
{
background-color: #F04CFB;
}
.BgClassName
{
background-color: #F04CFB;
}
</style>
border-color css
<style>
span { border-color: #F04CFB; }
span { border-color: rgb(240,76,251); }
td.TdClassName
{
border-color: #F04CFB;
}
.TagClassName
{
border-color: #F04CFB;
}
</style>