Shades of Pink Flamingo #F15DEE
Tints of Pink Flamingo #F15DEE
RGB
CMYK
RGB Variations
Color information
#F15DEE (or 0xF15DEE) is known color: Pink Flamingo. HEX triplet: F1, 5D and EE. RGB value is (241,93,238). Sum of RGB (Red+Green+Blue) = 241+93+238=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 93 (36.72% from 255 or 16.26% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F15DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F15DEE is #0EA211. Grayscale: #999999. Windows color (decimal): -958994 or 15621617. OLE color: 15621617.
HSL color Cylindrical-coordinate representation of color #F15DEE: hue angle of 301.22º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F15DEE is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 238 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.05 |
| HSL | 301.22º | 0.84% | 0.65% | - |
| HSV(B) | 301.22º | 0.61% | 0.95% | - |
| XYZ | 55.62 | 32.7 | 84.27 | - |
| YUV | 153.78 | 175.53 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 238 | 0 | 0.61 | 0.01 | 0.05 | 301.22 | 0.84 | 0.65 |
| Hex | F1 | 5D | EE | 0 | 3D | 1 | 5 | 12D | 54 | 41 |
| Octal | 361 | 135 | 356 | 0 | 75 | 1 | 5 | 455 | 124 | 101 |
| Binary | 11110001 | 1011101 | 11101110 | 0 | 111101 | 1 | 101 | 100101101 | 1010100 | 1000001 |
Color Harmonies of #F15DEE
Complementary color
Monochromatic Colors of #F15DEE
Black with #F15DEE
Text Example
Text Example
White with #F15DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15DEE; }
p { color: rgb(241,93,238); }
H1.HeaderClassName
{
color: #F15DEE;
}
.AnyTagClassName
{
color: #F15DEE;
}
</style>
background-color css
<style>
a { background-color: #F15DEE; }
a { background-color: rgb(241,93,238); }
div.DivClassName
{
background-color: #F15DEE;
}
.BgClassName
{
background-color: #F15DEE;
}
</style>
border-color css
<style>
span { border-color: #F15DEE; }
span { border-color: rgb(241,93,238); }
td.TdClassName
{
border-color: #F15DEE;
}
.TagClassName
{
border-color: #F15DEE;
}
</style>