Shades of Pink Flamingo #F15EEF
Tints of Pink Flamingo #F15EEF
RGB
CMYK
RGB Variations
Color information
#F15EEF (or 0xF15EEF) is known color: Pink Flamingo. HEX triplet: F1, 5E and EF. RGB value is (241,94,239). Sum of RGB (Red+Green+Blue) = 241+94+239=574 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.99% from 574); Green value is 94 (37.11% from 255 or 16.38% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EEF is #0EA110. Grayscale: #9A9A9A. Windows color (decimal): -958737 or 15687409. OLE color: 15687409.
HSL color Cylindrical-coordinate representation of color #F15EEF: hue angle of 300.82º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15EEF is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 239 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.05 |
| HSL | 300.82º | 0.84% | 0.66% | - |
| HSV(B) | 300.82º | 0.61% | 0.95% | - |
| XYZ | 55.86 | 32.94 | 85.08 | - |
| YUV | 154.48 | 175.7 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 239 | 0 | 0.61 | 0.01 | 0.05 | 300.82 | 0.84 | 0.66 |
| Hex | F1 | 5E | EF | 0 | 3D | 1 | 5 | 12D | 54 | 42 |
| Octal | 361 | 136 | 357 | 0 | 75 | 1 | 5 | 455 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11101111 | 0 | 111101 | 1 | 101 | 100101101 | 1010100 | 1000010 |
Color Harmonies of #F15EEF
Complementary color
Monochromatic Colors of #F15EEF
Black with #F15EEF
Text Example
Text Example
White with #F15EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EEF; }
p { color: rgb(241,94,239); }
H1.HeaderClassName
{
color: #F15EEF;
}
.AnyTagClassName
{
color: #F15EEF;
}
</style>
background-color css
<style>
a { background-color: #F15EEF; }
a { background-color: rgb(241,94,239); }
div.DivClassName
{
background-color: #F15EEF;
}
.BgClassName
{
background-color: #F15EEF;
}
</style>
border-color css
<style>
span { border-color: #F15EEF; }
span { border-color: rgb(241,94,239); }
td.TdClassName
{
border-color: #F15EEF;
}
.TagClassName
{
border-color: #F15EEF;
}
</style>