Shades of Pink Flamingo #F03AF9
Tints of Pink Flamingo #F03AF9
RGB
CMYK
RGB Variations
Color information
#F03AF9 (or 0xF03AF9) is known color: Pink Flamingo. HEX triplet: F0, 3A and F9. RGB value is (240,58,249). Sum of RGB (Red+Green+Blue) = 240+58+249=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 58 (23.05% from 255 or 10.60% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #F03AF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03AF9 is #0FC506. Grayscale: #858585. Windows color (decimal): -1033479 or 16333552. OLE color: 16333552.
HSL color Cylindrical-coordinate representation of color #F03AF9: hue angle of 297.17º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03AF9 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 58 | 249 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.02 |
| HSL | 297.17º | 0.94% | 0.6% | - |
| HSV(B) | 297.17º | 0.77% | 0.98% | - |
| XYZ | 54.55 | 28.39 | 92.23 | - |
| YUV | 134.19 | 192.8 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 249 | 0.04 | 0.77 | 0 | 0.02 | 297.17 | 0.94 | 0.6 |
| Hex | F0 | 3A | F9 | 4 | 4D | 0 | 2 | 129 | 5E | 3C |
| Octal | 360 | 72 | 371 | 4 | 115 | 0 | 2 | 451 | 136 | 74 |
| Binary | 11110000 | 111010 | 11111001 | 100 | 1001101 | 0 | 10 | 100101001 | 1011110 | 111100 |
Color Harmonies of #F03AF9
Complementary color
Monochromatic Colors of #F03AF9
Black with #F03AF9
Text Example
Text Example
White with #F03AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AF9; }
p { color: rgb(240,58,249); }
H1.HeaderClassName
{
color: #F03AF9;
}
.AnyTagClassName
{
color: #F03AF9;
}
</style>
background-color css
<style>
a { background-color: #F03AF9; }
a { background-color: rgb(240,58,249); }
div.DivClassName
{
background-color: #F03AF9;
}
.BgClassName
{
background-color: #F03AF9;
}
</style>
border-color css
<style>
span { border-color: #F03AF9; }
span { border-color: rgb(240,58,249); }
td.TdClassName
{
border-color: #F03AF9;
}
.TagClassName
{
border-color: #F03AF9;
}
</style>