Shades of Pink Flamingo #F54EEE
Tints of Pink Flamingo #F54EEE
RGB
CMYK
RGB Variations
Color information
#F54EEE (or 0xF54EEE) is known color: Pink Flamingo. HEX triplet: F5, 4E and EE. RGB value is (245,78,238). Sum of RGB (Red+Green+Blue) = 245+78+238=561 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.67% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 245 - color contains mainly: red. Hex color #F54EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F54EEE is #0AB111. Grayscale: #919191. Windows color (decimal): -700690 or 15617781. OLE color: 15617781.
HSL color Cylindrical-coordinate representation of color #F54EEE: hue angle of 302.51º 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 #F54EEE is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 78 | 238 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.04 |
| HSL | 302.52º | 0.89% | 0.63% | - |
| HSV(B) | 302.52º | 0.68% | 0.96% | - |
| XYZ | 55.81 | 31.03 | 83.94 | - |
| YUV | 146.17 | 179.83 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 78 | 238 | 0 | 0.68 | 0.03 | 0.04 | 302.52 | 0.89 | 0.63 |
| Hex | F5 | 4E | EE | 0 | 44 | 3 | 4 | 12F | 59 | 3F |
| Octal | 365 | 116 | 356 | 0 | 104 | 3 | 4 | 457 | 131 | 77 |
| Binary | 11110101 | 1001110 | 11101110 | 0 | 1000100 | 11 | 100 | 100101111 | 1011001 | 111111 |
Color Harmonies of #F54EEE
Complementary color
Monochromatic Colors of #F54EEE
Black with #F54EEE
Text Example
Text Example
White with #F54EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54EEE; }
p { color: rgb(245,78,238); }
H1.HeaderClassName
{
color: #F54EEE;
}
.AnyTagClassName
{
color: #F54EEE;
}
</style>
background-color css
<style>
a { background-color: #F54EEE; }
a { background-color: rgb(245,78,238); }
div.DivClassName
{
background-color: #F54EEE;
}
.BgClassName
{
background-color: #F54EEE;
}
</style>
border-color css
<style>
span { border-color: #F54EEE; }
span { border-color: rgb(245,78,238); }
td.TdClassName
{
border-color: #F54EEE;
}
.TagClassName
{
border-color: #F54EEE;
}
</style>