Shades of Pink Flamingo #F55DEE
Tints of Pink Flamingo #F55DEE
RGB
CMYK
RGB Variations
Color information
#F55DEE (or 0xF55DEE) is known color: Pink Flamingo. HEX triplet: F5, 5D and EE. RGB value is (245,93,238). Sum of RGB (Red+Green+Blue) = 245+93+238=576 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.53% from 576); Green value is 93 (36.72% from 255 or 16.15% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 245 - color contains mainly: red. Hex color #F55DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F55DEE is #0AA211. Grayscale: #9A9A9A. Windows color (decimal): -696850 or 15621621. OLE color: 15621621.
HSL color Cylindrical-coordinate representation of color #F55DEE: hue angle of 302.76º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F55DEE is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 238 | - |
| CMYK | 0 | 0.62 | 0.03 | 0.04 |
| HSL | 302.76º | 0.88% | 0.66% | - |
| HSV(B) | 302.76º | 0.62% | 0.96% | - |
| XYZ | 57 | 33.41 | 84.33 | - |
| YUV | 154.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 238 | 0 | 0.62 | 0.03 | 0.04 | 302.76 | 0.88 | 0.66 |
| Hex | F5 | 5D | EE | 0 | 3E | 3 | 4 | 12F | 58 | 42 |
| Octal | 365 | 135 | 356 | 0 | 76 | 3 | 4 | 457 | 130 | 102 |
| Binary | 11110101 | 1011101 | 11101110 | 0 | 111110 | 11 | 100 | 100101111 | 1011000 | 1000010 |
Color Harmonies of #F55DEE
Complementary color
Monochromatic Colors of #F55DEE
Black with #F55DEE
Text Example
Text Example
White with #F55DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55DEE; }
p { color: rgb(245,93,238); }
H1.HeaderClassName
{
color: #F55DEE;
}
.AnyTagClassName
{
color: #F55DEE;
}
</style>
background-color css
<style>
a { background-color: #F55DEE; }
a { background-color: rgb(245,93,238); }
div.DivClassName
{
background-color: #F55DEE;
}
.BgClassName
{
background-color: #F55DEE;
}
</style>
border-color css
<style>
span { border-color: #F55DEE; }
span { border-color: rgb(245,93,238); }
td.TdClassName
{
border-color: #F55DEE;
}
.TagClassName
{
border-color: #F55DEE;
}
</style>