Shades of Pink Flamingo #F05EEF
Tints of Pink Flamingo #F05EEF
RGB
CMYK
RGB Variations
Color information
#F05EEF (or 0xF05EEF) is known color: Pink Flamingo. HEX triplet: F0, 5E and EF. RGB value is (240,94,239). Sum of RGB (Red+Green+Blue) = 240+94+239=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 94 (37.11% from 255 or 16.40% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 240 - color contains mainly: red. Hex color #F05EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F05EEF is #0FA110. Grayscale: #999999. Windows color (decimal): -1024273 or 15687408. OLE color: 15687408.
HSL color Cylindrical-coordinate representation of color #F05EEF: hue angle of 300.41º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F05EEF is Cyan = 0, Magento = 0.61, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 239 | - |
| CMYK | 0 | 0.61 | 0.00 | 0.06 |
| HSL | 300.41º | 0.83% | 0.65% | - |
| HSV(B) | 300.41º | 0.61% | 0.94% | - |
| XYZ | 55.52 | 32.76 | 85.06 | - |
| YUV | 154.18 | 175.87 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 239 | 0 | 0.61 | 0.00 | 0.06 | 300.41 | 0.83 | 0.65 |
| Hex | F0 | 5E | EF | 0 | 3D | 0 | 6 | 12C | 53 | 41 |
| Octal | 360 | 136 | 357 | 0 | 75 | 0 | 6 | 454 | 123 | 101 |
| Binary | 11110000 | 1011110 | 11101111 | 0 | 111101 | 0 | 110 | 100101100 | 1010011 | 1000001 |
Color Harmonies of #F05EEF
Complementary color
Monochromatic Colors of #F05EEF
Black with #F05EEF
Text Example
Text Example
White with #F05EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05EEF; }
p { color: rgb(240,94,239); }
H1.HeaderClassName
{
color: #F05EEF;
}
.AnyTagClassName
{
color: #F05EEF;
}
</style>
background-color css
<style>
a { background-color: #F05EEF; }
a { background-color: rgb(240,94,239); }
div.DivClassName
{
background-color: #F05EEF;
}
.BgClassName
{
background-color: #F05EEF;
}
</style>
border-color css
<style>
span { border-color: #F05EEF; }
span { border-color: rgb(240,94,239); }
td.TdClassName
{
border-color: #F05EEF;
}
.TagClassName
{
border-color: #F05EEF;
}
</style>