Shades of Pink Flamingo #FF55ED
Tints of Pink Flamingo #FF55ED
RGB
CMYK
RGB Variations
Color information
#FF55ED (or 0xFF55ED) is known color: Pink Flamingo. HEX triplet: FF, 55 and ED. RGB value is (255,85,237). Sum of RGB (Red+Green+Blue) = 255+85+237=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF55ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF55ED is #00AA12. Grayscale: #989898. Windows color (decimal): -43539 or 15554047. OLE color: 15554047.
HSL color Cylindrical-coordinate representation of color #FF55ED: hue angle of 306.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF55ED is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 237 | - |
| CMYK | 0 | 0.67 | 0.07 | 0 |
| HSL | 306.35º | 1% | 0.67% | - |
| HSV(B) | 306.35º | 0.67% | 1% | - |
| XYZ | 59.77 | 33.87 | 83.51 | - |
| YUV | 153.16 | 175.32 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 237 | 0 | 0.67 | 0.07 | 0 | 306.35 | 1 | 0.67 |
| Hex | FF | 55 | ED | 0 | 43 | 7 | 0 | 132 | 64 | 43 |
| Octal | 377 | 125 | 355 | 0 | 103 | 7 | 0 | 462 | 144 | 103 |
| Binary | 11111111 | 1010101 | 11101101 | 0 | 1000011 | 111 | 0 | 100110010 | 1100100 | 1000011 |
Color Harmonies of #FF55ED
Complementary color
Monochromatic Colors of #FF55ED
Black with #FF55ED
Text Example
Text Example
White with #FF55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF55ED; }
p { color: rgb(255,85,237); }
H1.HeaderClassName
{
color: #FF55ED;
}
.AnyTagClassName
{
color: #FF55ED;
}
</style>
background-color css
<style>
a { background-color: #FF55ED; }
a { background-color: rgb(255,85,237); }
div.DivClassName
{
background-color: #FF55ED;
}
.BgClassName
{
background-color: #FF55ED;
}
</style>
border-color css
<style>
span { border-color: #FF55ED; }
span { border-color: rgb(255,85,237); }
td.TdClassName
{
border-color: #FF55ED;
}
.TagClassName
{
border-color: #FF55ED;
}
</style>