Shades of Pink Flamingo #F55FF0
Tints of Pink Flamingo #F55FF0
RGB
CMYK
RGB Variations
Color information
#F55FF0 (or 0xF55FF0) is known color: Pink Flamingo. HEX triplet: F5, 5F and F0. RGB value is (245,95,240). Sum of RGB (Red+Green+Blue) = 245+95+240=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 95 (37.5% from 255 or 16.38% from 580); Blue value is 240 (94.14% from 255 or 41.38% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F55FF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55FF0 is #0AA00F. Grayscale: #9B9B9B. Windows color (decimal): -696336 or 15753205. OLE color: 15753205.
HSL color Cylindrical-coordinate representation of color #F55FF0: hue angle of 302º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F55FF0 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 240 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.04 |
| HSL | 302º | 0.88% | 0.67% | - |
| HSV(B) | 302º | 0.61% | 0.96% | - |
| XYZ | 57.48 | 33.89 | 85.95 | - |
| YUV | 156.38 | 175.2 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 240 | 0 | 0.61 | 0.02 | 0.04 | 302 | 0.88 | 0.67 |
| Hex | F5 | 5F | F0 | 0 | 3D | 2 | 4 | 12E | 58 | 43 |
| Octal | 365 | 137 | 360 | 0 | 75 | 2 | 4 | 456 | 130 | 103 |
| Binary | 11110101 | 1011111 | 11110000 | 0 | 111101 | 10 | 100 | 100101110 | 1011000 | 1000011 |
Color Harmonies of #F55FF0
Complementary color
Monochromatic Colors of #F55FF0
Black with #F55FF0
Text Example
Text Example
White with #F55FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55FF0; }
p { color: rgb(245,95,240); }
H1.HeaderClassName
{
color: #F55FF0;
}
.AnyTagClassName
{
color: #F55FF0;
}
</style>
background-color css
<style>
a { background-color: #F55FF0; }
a { background-color: rgb(245,95,240); }
div.DivClassName
{
background-color: #F55FF0;
}
.BgClassName
{
background-color: #F55FF0;
}
</style>
border-color css
<style>
span { border-color: #F55FF0; }
span { border-color: rgb(245,95,240); }
td.TdClassName
{
border-color: #F55FF0;
}
.TagClassName
{
border-color: #F55FF0;
}
</style>