Shades of Pink Flamingo #F03AF6
Tints of Pink Flamingo #F03AF6
RGB
CMYK
RGB Variations
Color information
#F03AF6 (or 0xF03AF6) is known color: Pink Flamingo. HEX triplet: F0, 3A and F6. RGB value is (240,58,246). Sum of RGB (Red+Green+Blue) = 240+58+246=544 (72% of max value = 765). Red value is 240 (94.14% from 255 or 44.12% from 544); Green value is 58 (23.05% from 255 or 10.66% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #F03AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03AF6 is #0FC509. Grayscale: #858585. Windows color (decimal): -1033482 or 16136944. OLE color: 16136944.
HSL color Cylindrical-coordinate representation of color #F03AF6: hue angle of 298.09º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03AF6 is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 58 | 246 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.04 |
| HSL | 298.09º | 0.91% | 0.6% | - |
| HSV(B) | 298.09º | 0.76% | 0.96% | - |
| XYZ | 54.08 | 28.21 | 89.78 | - |
| YUV | 133.85 | 191.3 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 246 | 0.02 | 0.76 | 0 | 0.04 | 298.09 | 0.91 | 0.6 |
| Hex | F0 | 3A | F6 | 2 | 4C | 0 | 4 | 12A | 5B | 3C |
| Octal | 360 | 72 | 366 | 2 | 114 | 0 | 4 | 452 | 133 | 74 |
| Binary | 11110000 | 111010 | 11110110 | 10 | 1001100 | 0 | 100 | 100101010 | 1011011 | 111100 |
Color Harmonies of #F03AF6
Complementary color
Monochromatic Colors of #F03AF6
Black with #F03AF6
Text Example
Text Example
White with #F03AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03AF6; }
p { color: rgb(240,58,246); }
H1.HeaderClassName
{
color: #F03AF6;
}
.AnyTagClassName
{
color: #F03AF6;
}
</style>
background-color css
<style>
a { background-color: #F03AF6; }
a { background-color: rgb(240,58,246); }
div.DivClassName
{
background-color: #F03AF6;
}
.BgClassName
{
background-color: #F03AF6;
}
</style>
border-color css
<style>
span { border-color: #F03AF6; }
span { border-color: rgb(240,58,246); }
td.TdClassName
{
border-color: #F03AF6;
}
.TagClassName
{
border-color: #F03AF6;
}
</style>