Shades of Pink Flamingo #FF5DEE
Tints of Pink Flamingo #FF5DEE
RGB
CMYK
RGB Variations
Color information
#FF5DEE (or 0xFF5DEE) is known color: Pink Flamingo. HEX triplet: FF, 5D and EE. RGB value is (255,93,238). Sum of RGB (Red+Green+Blue) = 255+93+238=586 (77% of max value = 765). Red value is 255 (100% from 255 or 43.52% from 586); Green value is 93 (36.72% from 255 or 15.87% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DEE is #00A211. Grayscale: #9D9D9D. Windows color (decimal): -41490 or 15621631. OLE color: 15621631.
HSL color Cylindrical-coordinate representation of color #FF5DEE: hue angle of 306.3º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5DEE is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 238 | - |
| CMYK | 0 | 0.64 | 0.07 | 0 |
| HSL | 306.3º | 1% | 0.68% | - |
| HSV(B) | 306.3º | 0.64% | 1% | - |
| XYZ | 60.59 | 35.26 | 84.5 | - |
| YUV | 157.97 | 173.17 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 238 | 0 | 0.64 | 0.07 | 0 | 306.3 | 1 | 0.68 |
| Hex | FF | 5D | EE | 0 | 40 | 7 | 0 | 132 | 64 | 44 |
| Octal | 377 | 135 | 356 | 0 | 100 | 7 | 0 | 462 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11101110 | 0 | 1000000 | 111 | 0 | 100110010 | 1100100 | 1000100 |
Color Harmonies of #FF5DEE
Complementary color
Monochromatic Colors of #FF5DEE
Black with #FF5DEE
Text Example
Text Example
White with #FF5DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DEE; }
p { color: rgb(255,93,238); }
H1.HeaderClassName
{
color: #FF5DEE;
}
.AnyTagClassName
{
color: #FF5DEE;
}
</style>
background-color css
<style>
a { background-color: #FF5DEE; }
a { background-color: rgb(255,93,238); }
div.DivClassName
{
background-color: #FF5DEE;
}
.BgClassName
{
background-color: #FF5DEE;
}
</style>
border-color css
<style>
span { border-color: #FF5DEE; }
span { border-color: rgb(255,93,238); }
td.TdClassName
{
border-color: #FF5DEE;
}
.TagClassName
{
border-color: #FF5DEE;
}
</style>