Shades of Pink Flamingo #F03DF6
Tints of Pink Flamingo #F03DF6
RGB
CMYK
RGB Variations
Color information
#F03DF6 (or 0xF03DF6) is known color: Pink Flamingo. HEX triplet: F0, 3D and F6. RGB value is (240,61,246). Sum of RGB (Red+Green+Blue) = 240+61+246=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 61 (24.22% from 255 or 11.15% from 547); Blue value is 246 (96.48% from 255 or 44.97% from 547); Max value from RGB is 246 - color contains mainly: blue. Hex color #F03DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F03DF6 is #0FC209. Grayscale: #878787. Windows color (decimal): -1032714 or 16137712. OLE color: 16137712.
HSL color Cylindrical-coordinate representation of color #F03DF6: hue angle of 298.05º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03DF6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 61 | 246 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.04 |
| HSL | 298.05º | 0.91% | 0.6% | - |
| HSV(B) | 298.05º | 0.75% | 0.96% | - |
| XYZ | 54.24 | 28.52 | 89.83 | - |
| YUV | 135.61 | 190.3 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 61 | 246 | 0.02 | 0.75 | 0 | 0.04 | 298.05 | 0.91 | 0.6 |
| Hex | F0 | 3D | F6 | 2 | 4B | 0 | 4 | 12A | 5B | 3C |
| Octal | 360 | 75 | 366 | 2 | 113 | 0 | 4 | 452 | 133 | 74 |
| Binary | 11110000 | 111101 | 11110110 | 10 | 1001011 | 0 | 100 | 100101010 | 1011011 | 111100 |
Color Harmonies of #F03DF6
Complementary color
Monochromatic Colors of #F03DF6
Black with #F03DF6
Text Example
Text Example
White with #F03DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03DF6; }
p { color: rgb(240,61,246); }
H1.HeaderClassName
{
color: #F03DF6;
}
.AnyTagClassName
{
color: #F03DF6;
}
</style>
background-color css
<style>
a { background-color: #F03DF6; }
a { background-color: rgb(240,61,246); }
div.DivClassName
{
background-color: #F03DF6;
}
.BgClassName
{
background-color: #F03DF6;
}
</style>
border-color css
<style>
span { border-color: #F03DF6; }
span { border-color: rgb(240,61,246); }
td.TdClassName
{
border-color: #F03DF6;
}
.TagClassName
{
border-color: #F03DF6;
}
</style>