Shades of Pink Flamingo #FF5DED
Tints of Pink Flamingo #FF5DED
RGB
CMYK
RGB Variations
Color information
#FF5DED (or 0xFF5DED) is known color: Pink Flamingo. HEX triplet: FF, 5D and ED. RGB value is (255,93,237). Sum of RGB (Red+Green+Blue) = 255+93+237=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 93 (36.72% from 255 or 15.90% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF5DED is #00A212. Grayscale: #9D9D9D. Windows color (decimal): -41491 or 15556095. OLE color: 15556095.
HSL color Cylindrical-coordinate representation of color #FF5DED: hue angle of 306.67º 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 #FF5DED is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 93 | 237 | - |
| CMYK | 0 | 0.64 | 0.07 | 0 |
| HSL | 306.67º | 1% | 0.68% | - |
| HSV(B) | 306.67º | 0.64% | 1% | - |
| XYZ | 60.44 | 35.2 | 83.73 | - |
| YUV | 157.85 | 172.67 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 93 | 237 | 0 | 0.64 | 0.07 | 0 | 306.67 | 1 | 0.68 |
| Hex | FF | 5D | ED | 0 | 40 | 7 | 0 | 133 | 64 | 44 |
| Octal | 377 | 135 | 355 | 0 | 100 | 7 | 0 | 463 | 144 | 104 |
| Binary | 11111111 | 1011101 | 11101101 | 0 | 1000000 | 111 | 0 | 100110011 | 1100100 | 1000100 |
Color Harmonies of #FF5DED
Complementary color
Monochromatic Colors of #FF5DED
Black with #FF5DED
Text Example
Text Example
White with #FF5DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5DED; }
p { color: rgb(255,93,237); }
H1.HeaderClassName
{
color: #FF5DED;
}
.AnyTagClassName
{
color: #FF5DED;
}
</style>
background-color css
<style>
a { background-color: #FF5DED; }
a { background-color: rgb(255,93,237); }
div.DivClassName
{
background-color: #FF5DED;
}
.BgClassName
{
background-color: #FF5DED;
}
</style>
border-color css
<style>
span { border-color: #FF5DED; }
span { border-color: rgb(255,93,237); }
td.TdClassName
{
border-color: #FF5DED;
}
.TagClassName
{
border-color: #FF5DED;
}
</style>