Shades of Pink Flamingo #F54EF2
Tints of Pink Flamingo #F54EF2
RGB
CMYK
RGB Variations
Color information
#F54EF2 (or 0xF54EF2) is known color: Pink Flamingo. HEX triplet: F5, 4E and F2. RGB value is (245,78,242). Sum of RGB (Red+Green+Blue) = 245+78+242=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 78 (30.86% from 255 or 13.81% from 565); Blue value is 242 (94.92% from 255 or 42.83% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54EF2 is #0AB10D. Grayscale: #929292. Windows color (decimal): -700686 or 15879925. OLE color: 15879925.
HSL color Cylindrical-coordinate representation of color #F54EF2: hue angle of 301.08º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F54EF2 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 242 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.04 |
| HSL | 301.08º | 0.89% | 0.63% | - |
| HSV(B) | 301.08º | 0.68% | 0.96% | - |
| XYZ | 56.41 | 31.27 | 87.07 | - |
| YUV | 146.63 | 181.83 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 242 | 0 | 0.68 | 0.01 | 0.04 | 301.08 | 0.89 | 0.63 |
| Hex | F5 | 4E | F2 | 0 | 44 | 1 | 4 | 12D | 59 | 3F |
| Octal | 365 | 116 | 362 | 0 | 104 | 1 | 4 | 455 | 131 | 77 |
| Binary | 11110101 | 1001110 | 11110010 | 0 | 1000100 | 1 | 100 | 100101101 | 1011001 | 111111 |
Color Harmonies of #F54EF2
Complementary color
Monochromatic Colors of #F54EF2
Black with #F54EF2
Text Example
Text Example
White with #F54EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EF2; }
p { color: rgb(245,78,242); }
H1.HeaderClassName
{
color: #F54EF2;
}
.AnyTagClassName
{
color: #F54EF2;
}
</style>
background-color css
<style>
a { background-color: #F54EF2; }
a { background-color: rgb(245,78,242); }
div.DivClassName
{
background-color: #F54EF2;
}
.BgClassName
{
background-color: #F54EF2;
}
</style>
border-color css
<style>
span { border-color: #F54EF2; }
span { border-color: rgb(245,78,242); }
td.TdClassName
{
border-color: #F54EF2;
}
.TagClassName
{
border-color: #F54EF2;
}
</style>