Shades of Pink Flamingo #F03AFF
Tints of Pink Flamingo #F03AFF
RGB
CMYK
RGB Variations
Color information
#F03AFF (or 0xF03AFF) is known color: Pink Flamingo. HEX triplet: F0, 3A and FF. RGB value is (240,58,255). Sum of RGB (Red+Green+Blue) = 240+58+255=553 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.40% from 553); Green value is 58 (23.05% from 255 or 10.49% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #F03AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03AFF is #0FC500. Grayscale: #868686. Windows color (decimal): -1033473 or 16726768. OLE color: 16726768.
HSL color Cylindrical-coordinate representation of color #F03AFF: hue angle of 295.43º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F03AFF is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 58 | 255 | - |
| CMYK | 0.06 | 0.77 | 0 | 0 |
| HSL | 295.43º | 1% | 0.61% | - |
| HSV(B) | 295.43º | 0.77% | 1% | - |
| XYZ | 55.5 | 28.77 | 97.24 | - |
| YUV | 134.88 | 195.8 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 255 | 0.06 | 0.77 | 0 | 0 | 295.43 | 1 | 0.61 |
| Hex | F0 | 3A | FF | 6 | 4D | 0 | 0 | 127 | 64 | 3D |
| Octal | 360 | 72 | 377 | 6 | 115 | 0 | 0 | 447 | 144 | 75 |
| Binary | 11110000 | 111010 | 11111111 | 110 | 1001101 | 0 | 0 | 100100111 | 1100100 | 111101 |
Color Harmonies of #F03AFF
Complementary color
Monochromatic Colors of #F03AFF
Black with #F03AFF
Text Example
Text Example
White with #F03AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AFF; }
p { color: rgb(240,58,255); }
H1.HeaderClassName
{
color: #F03AFF;
}
.AnyTagClassName
{
color: #F03AFF;
}
</style>
background-color css
<style>
a { background-color: #F03AFF; }
a { background-color: rgb(240,58,255); }
div.DivClassName
{
background-color: #F03AFF;
}
.BgClassName
{
background-color: #F03AFF;
}
</style>
border-color css
<style>
span { border-color: #F03AFF; }
span { border-color: rgb(240,58,255); }
td.TdClassName
{
border-color: #F03AFF;
}
.TagClassName
{
border-color: #F03AFF;
}
</style>