Shades of Pink Flamingo #F04AF8
Tints of Pink Flamingo #F04AF8
RGB
CMYK
RGB Variations
Color information
#F04AF8 (or 0xF04AF8) is known color: Pink Flamingo. HEX triplet: F0, 4A and F8. RGB value is (240,74,248). Sum of RGB (Red+Green+Blue) = 240+74+248=562 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.70% from 562); Green value is 74 (29.30% from 255 or 13.17% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #F04AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F04AF8 is #0FB507. Grayscale: #8E8E8E. Windows color (decimal): -1029384 or 16272112. OLE color: 16272112.
HSL color Cylindrical-coordinate representation of color #F04AF8: hue angle of 297.24º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F04AF8 is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 74 | 248 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.03 |
| HSL | 297.24º | 0.93% | 0.63% | - |
| HSV(B) | 297.24º | 0.7% | 0.97% | - |
| XYZ | 55.33 | 30.2 | 91.72 | - |
| YUV | 143.47 | 187 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 74 | 248 | 0.03 | 0.70 | 0 | 0.03 | 297.24 | 0.93 | 0.63 |
| Hex | F0 | 4A | F8 | 3 | 46 | 0 | 3 | 129 | 5D | 3F |
| Octal | 360 | 112 | 370 | 3 | 106 | 0 | 3 | 451 | 135 | 77 |
| Binary | 11110000 | 1001010 | 11111000 | 11 | 1000110 | 0 | 11 | 100101001 | 1011101 | 111111 |
Color Harmonies of #F04AF8
Complementary color
Monochromatic Colors of #F04AF8
Black with #F04AF8
Text Example
Text Example
White with #F04AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04AF8; }
p { color: rgb(240,74,248); }
H1.HeaderClassName
{
color: #F04AF8;
}
.AnyTagClassName
{
color: #F04AF8;
}
</style>
background-color css
<style>
a { background-color: #F04AF8; }
a { background-color: rgb(240,74,248); }
div.DivClassName
{
background-color: #F04AF8;
}
.BgClassName
{
background-color: #F04AF8;
}
</style>
border-color css
<style>
span { border-color: #F04AF8; }
span { border-color: rgb(240,74,248); }
td.TdClassName
{
border-color: #F04AF8;
}
.TagClassName
{
border-color: #F04AF8;
}
</style>