Shades of Pink Flamingo #F15EEE
Tints of Pink Flamingo #F15EEE
RGB
CMYK
RGB Variations
Color information
#F15EEE (or 0xF15EEE) is known color: Pink Flamingo. HEX triplet: F1, 5E and EE. RGB value is (241,94,238). Sum of RGB (Red+Green+Blue) = 241+94+238=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 94 (37.11% from 255 or 16.40% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F15EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15EEE is #0EA111. Grayscale: #999999. Windows color (decimal): -958738 or 15621873. OLE color: 15621873.
HSL color Cylindrical-coordinate representation of color #F15EEE: hue angle of 301.22º 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 #F15EEE is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 94 | 238 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.05 |
| HSL | 301.22º | 0.84% | 0.66% | - |
| HSV(B) | 301.22º | 0.61% | 0.95% | - |
| XYZ | 55.71 | 32.88 | 84.3 | - |
| YUV | 154.37 | 175.2 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 94 | 238 | 0 | 0.61 | 0.01 | 0.05 | 301.22 | 0.84 | 0.66 |
| Hex | F1 | 5E | EE | 0 | 3D | 1 | 5 | 12D | 54 | 42 |
| Octal | 361 | 136 | 356 | 0 | 75 | 1 | 5 | 455 | 124 | 102 |
| Binary | 11110001 | 1011110 | 11101110 | 0 | 111101 | 1 | 101 | 100101101 | 1010100 | 1000010 |
Color Harmonies of #F15EEE
Complementary color
Monochromatic Colors of #F15EEE
Black with #F15EEE
Text Example
Text Example
White with #F15EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15EEE; }
p { color: rgb(241,94,238); }
H1.HeaderClassName
{
color: #F15EEE;
}
.AnyTagClassName
{
color: #F15EEE;
}
</style>
background-color css
<style>
a { background-color: #F15EEE; }
a { background-color: rgb(241,94,238); }
div.DivClassName
{
background-color: #F15EEE;
}
.BgClassName
{
background-color: #F15EEE;
}
</style>
border-color css
<style>
span { border-color: #F15EEE; }
span { border-color: rgb(241,94,238); }
td.TdClassName
{
border-color: #F15EEE;
}
.TagClassName
{
border-color: #F15EEE;
}
</style>