Shades of Pink Flamingo #F03FFF
Tints of Pink Flamingo #F03FFF
RGB
CMYK
RGB Variations
Color information
#F03FFF (or 0xF03FFF) is known color: Pink Flamingo. HEX triplet: F0, 3F and FF. RGB value is (240,63,255). Sum of RGB (Red+Green+Blue) = 240+63+255=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 63 (25% from 255 or 11.29% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #F03FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03FFF is #0FC000. Grayscale: #898989. Windows color (decimal): -1032193 or 16728048. OLE color: 16728048.
HSL color Cylindrical-coordinate representation of color #F03FFF: hue angle of 295.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03FFF is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 63 | 255 | - |
| CMYK | 0.06 | 0.75 | 0 | 0 |
| HSL | 295.31º | 1% | 0.62% | - |
| HSV(B) | 295.31º | 0.75% | 1% | - |
| XYZ | 55.76 | 29.3 | 97.32 | - |
| YUV | 137.81 | 194.14 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 255 | 0.06 | 0.75 | 0 | 0 | 295.31 | 1 | 0.62 |
| Hex | F0 | 3F | FF | 6 | 4B | 0 | 0 | 127 | 64 | 3E |
| Octal | 360 | 77 | 377 | 6 | 113 | 0 | 0 | 447 | 144 | 76 |
| Binary | 11110000 | 111111 | 11111111 | 110 | 1001011 | 0 | 0 | 100100111 | 1100100 | 111110 |
Color Harmonies of #F03FFF
Complementary color
Monochromatic Colors of #F03FFF
Black with #F03FFF
Text Example
Text Example
White with #F03FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03FFF; }
p { color: rgb(240,63,255); }
H1.HeaderClassName
{
color: #F03FFF;
}
.AnyTagClassName
{
color: #F03FFF;
}
</style>
background-color css
<style>
a { background-color: #F03FFF; }
a { background-color: rgb(240,63,255); }
div.DivClassName
{
background-color: #F03FFF;
}
.BgClassName
{
background-color: #F03FFF;
}
</style>
border-color css
<style>
span { border-color: #F03FFF; }
span { border-color: rgb(240,63,255); }
td.TdClassName
{
border-color: #F03FFF;
}
.TagClassName
{
border-color: #F03FFF;
}
</style>