Shades of Pink Flamingo #F04AFB
Tints of Pink Flamingo #F04AFB
RGB
CMYK
RGB Variations
Color information
#F04AFB (or 0xF04AFB) is known color: Pink Flamingo. HEX triplet: F0, 4A and FB. RGB value is (240,74,251). Sum of RGB (Red+Green+Blue) = 240+74+251=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #F04AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AFB is #0FB504. Grayscale: #8F8F8F. Windows color (decimal): -1029381 or 16468720. OLE color: 16468720.
HSL color Cylindrical-coordinate representation of color #F04AFB: hue angle of 296.27º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F04AFB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 74 | 251 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.02 |
| HSL | 296.27º | 0.96% | 0.64% | - |
| HSV(B) | 296.27º | 0.71% | 0.98% | - |
| XYZ | 55.8 | 30.39 | 94.19 | - |
| YUV | 143.81 | 188.5 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 251 | 0.04 | 0.71 | 0 | 0.02 | 296.27 | 0.96 | 0.64 |
| Hex | F0 | 4A | FB | 4 | 47 | 0 | 2 | 128 | 60 | 40 |
| Octal | 360 | 112 | 373 | 4 | 107 | 0 | 2 | 450 | 140 | 100 |
| Binary | 11110000 | 1001010 | 11111011 | 100 | 1000111 | 0 | 10 | 100101000 | 1100000 | 1000000 |
Color Harmonies of #F04AFB
Complementary color
Monochromatic Colors of #F04AFB
Black with #F04AFB
Text Example
Text Example
White with #F04AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AFB; }
p { color: rgb(240,74,251); }
H1.HeaderClassName
{
color: #F04AFB;
}
.AnyTagClassName
{
color: #F04AFB;
}
</style>
background-color css
<style>
a { background-color: #F04AFB; }
a { background-color: rgb(240,74,251); }
div.DivClassName
{
background-color: #F04AFB;
}
.BgClassName
{
background-color: #F04AFB;
}
</style>
border-color css
<style>
span { border-color: #F04AFB; }
span { border-color: rgb(240,74,251); }
td.TdClassName
{
border-color: #F04AFB;
}
.TagClassName
{
border-color: #F04AFB;
}
</style>