Shades of Pink Flamingo #F55EFC
Tints of Pink Flamingo #F55EFC
RGB
CMYK
RGB Variations
Color information
#F55EFC (or 0xF55EFC) is known color: Pink Flamingo. HEX triplet: F5, 5E and FC. RGB value is (245,94,252). Sum of RGB (Red+Green+Blue) = 245+94+252=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 94 (37.11% from 255 or 15.91% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #F55EFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55EFC is #0AA103. Grayscale: #9C9C9C. Windows color (decimal): -696580 or 16539381. OLE color: 16539381.
HSL color Cylindrical-coordinate representation of color #F55EFC: hue angle of 297.34º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F55EFC is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 94 | 252 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.01 |
| HSL | 297.34º | 0.96% | 0.68% | - |
| HSV(B) | 297.34º | 0.63% | 0.99% | - |
| XYZ | 59.23 | 34.45 | 95.62 | - |
| YUV | 157.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 94 | 252 | 0.03 | 0.63 | 0 | 0.01 | 297.34 | 0.96 | 0.68 |
| Hex | F5 | 5E | FC | 3 | 3F | 0 | 1 | 129 | 60 | 44 |
| Octal | 365 | 136 | 374 | 3 | 77 | 0 | 1 | 451 | 140 | 104 |
| Binary | 11110101 | 1011110 | 11111100 | 11 | 111111 | 0 | 1 | 100101001 | 1100000 | 1000100 |
Color Harmonies of #F55EFC
Complementary color
Monochromatic Colors of #F55EFC
Black with #F55EFC
Text Example
Text Example
White with #F55EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55EFC; }
p { color: rgb(245,94,252); }
H1.HeaderClassName
{
color: #F55EFC;
}
.AnyTagClassName
{
color: #F55EFC;
}
</style>
background-color css
<style>
a { background-color: #F55EFC; }
a { background-color: rgb(245,94,252); }
div.DivClassName
{
background-color: #F55EFC;
}
.BgClassName
{
background-color: #F55EFC;
}
</style>
border-color css
<style>
span { border-color: #F55EFC; }
span { border-color: rgb(245,94,252); }
td.TdClassName
{
border-color: #F55EFC;
}
.TagClassName
{
border-color: #F55EFC;
}
</style>