Shades of Pink Flamingo #FF54ED
Tints of Pink Flamingo #FF54ED
RGB
CMYK
RGB Variations
Color information
#FF54ED (or 0xFF54ED) is known color: Pink Flamingo. HEX triplet: FF, 54 and ED. RGB value is (255,84,237). Sum of RGB (Red+Green+Blue) = 255+84+237=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 84 (33.20% from 255 or 14.58% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF54ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF54ED is #00AB12. Grayscale: #989898. Windows color (decimal): -43795 or 15553791. OLE color: 15553791.
HSL color Cylindrical-coordinate representation of color #FF54ED: hue angle of 306.32º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FF54ED is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 237 | - |
| CMYK | 0 | 0.67 | 0.07 | 0 |
| HSL | 306.32º | 1% | 0.66% | - |
| HSV(B) | 306.32º | 0.67% | 1% | - |
| XYZ | 59.7 | 33.72 | 83.48 | - |
| YUV | 152.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 237 | 0 | 0.67 | 0.07 | 0 | 306.32 | 1 | 0.66 |
| Hex | FF | 54 | ED | 0 | 43 | 7 | 0 | 132 | 64 | 42 |
| Octal | 377 | 124 | 355 | 0 | 103 | 7 | 0 | 462 | 144 | 102 |
| Binary | 11111111 | 1010100 | 11101101 | 0 | 1000011 | 111 | 0 | 100110010 | 1100100 | 1000010 |
Color Harmonies of #FF54ED
Complementary color
Monochromatic Colors of #FF54ED
Black with #FF54ED
Text Example
Text Example
White with #FF54ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF54ED; }
p { color: rgb(255,84,237); }
H1.HeaderClassName
{
color: #FF54ED;
}
.AnyTagClassName
{
color: #FF54ED;
}
</style>
background-color css
<style>
a { background-color: #FF54ED; }
a { background-color: rgb(255,84,237); }
div.DivClassName
{
background-color: #FF54ED;
}
.BgClassName
{
background-color: #FF54ED;
}
</style>
border-color css
<style>
span { border-color: #FF54ED; }
span { border-color: rgb(255,84,237); }
td.TdClassName
{
border-color: #FF54ED;
}
.TagClassName
{
border-color: #FF54ED;
}
</style>