Shades of Pink Flamingo #FF51ED
Tints of Pink Flamingo #FF51ED
RGB
CMYK
RGB Variations
Color information
#FF51ED (or 0xFF51ED) is known color: Pink Flamingo. HEX triplet: FF, 51 and ED. RGB value is (255,81,237). Sum of RGB (Red+Green+Blue) = 255+81+237=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 81 (32.03% from 255 or 14.14% from 573); Blue value is 237 (92.97% from 255 or 41.36% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF51ED is #00AE12. Grayscale: #969696. Windows color (decimal): -44563 or 15553023. OLE color: 15553023.
HSL color Cylindrical-coordinate representation of color #FF51ED: hue angle of 306.21º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51ED is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 237 | - |
| CMYK | 0 | 0.68 | 0.07 | 0 |
| HSL | 306.21º | 1% | 0.66% | - |
| HSV(B) | 306.21º | 0.68% | 1% | - |
| XYZ | 59.47 | 33.26 | 83.41 | - |
| YUV | 150.81 | 176.65 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 237 | 0 | 0.68 | 0.07 | 0 | 306.21 | 1 | 0.66 |
| Hex | FF | 51 | ED | 0 | 44 | 7 | 0 | 132 | 64 | 42 |
| Octal | 377 | 121 | 355 | 0 | 104 | 7 | 0 | 462 | 144 | 102 |
| Binary | 11111111 | 1010001 | 11101101 | 0 | 1000100 | 111 | 0 | 100110010 | 1100100 | 1000010 |
Color Harmonies of #FF51ED
Complementary color
Monochromatic Colors of #FF51ED
Black with #FF51ED
Text Example
Text Example
White with #FF51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF51ED; }
p { color: rgb(255,81,237); }
H1.HeaderClassName
{
color: #FF51ED;
}
.AnyTagClassName
{
color: #FF51ED;
}
</style>
background-color css
<style>
a { background-color: #FF51ED; }
a { background-color: rgb(255,81,237); }
div.DivClassName
{
background-color: #FF51ED;
}
.BgClassName
{
background-color: #FF51ED;
}
</style>
border-color css
<style>
span { border-color: #FF51ED; }
span { border-color: rgb(255,81,237); }
td.TdClassName
{
border-color: #FF51ED;
}
.TagClassName
{
border-color: #FF51ED;
}
</style>