Shades of Pink Flamingo #F03AFC
Tints of Pink Flamingo #F03AFC
RGB
CMYK
RGB Variations
Color information
#F03AFC (or 0xF03AFC) is known color: Pink Flamingo. HEX triplet: F0, 3A and FC. RGB value is (240,58,252). Sum of RGB (Red+Green+Blue) = 240+58+252=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 58 (23.05% from 255 or 10.55% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #F03AFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03AFC is #0FC503. Grayscale: #858585. Windows color (decimal): -1033476 or 16530160. OLE color: 16530160.
HSL color Cylindrical-coordinate representation of color #F03AFC: hue angle of 296.29º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03AFC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 58 | 252 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.01 |
| HSL | 296.29º | 0.97% | 0.61% | - |
| HSV(B) | 296.29º | 0.77% | 0.99% | - |
| XYZ | 55.02 | 28.58 | 94.71 | - |
| YUV | 134.53 | 194.3 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 252 | 0.05 | 0.77 | 0 | 0.01 | 296.29 | 0.97 | 0.61 |
| Hex | F0 | 3A | FC | 5 | 4D | 0 | 1 | 128 | 61 | 3D |
| Octal | 360 | 72 | 374 | 5 | 115 | 0 | 1 | 450 | 141 | 75 |
| Binary | 11110000 | 111010 | 11111100 | 101 | 1001101 | 0 | 1 | 100101000 | 1100001 | 111101 |
Color Harmonies of #F03AFC
Complementary color
Monochromatic Colors of #F03AFC
Black with #F03AFC
Text Example
Text Example
White with #F03AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AFC; }
p { color: rgb(240,58,252); }
H1.HeaderClassName
{
color: #F03AFC;
}
.AnyTagClassName
{
color: #F03AFC;
}
</style>
background-color css
<style>
a { background-color: #F03AFC; }
a { background-color: rgb(240,58,252); }
div.DivClassName
{
background-color: #F03AFC;
}
.BgClassName
{
background-color: #F03AFC;
}
</style>
border-color css
<style>
span { border-color: #F03AFC; }
span { border-color: rgb(240,58,252); }
td.TdClassName
{
border-color: #F03AFC;
}
.TagClassName
{
border-color: #F03AFC;
}
</style>