Shades of Pink Flamingo #FF56E8
Tints of Pink Flamingo #FF56E8
RGB
CMYK
RGB Variations
Color information
#FF56E8 (or 0xFF56E8) is known color: Pink Flamingo. HEX triplet: FF, 56 and E8. RGB value is (255,86,232). Sum of RGB (Red+Green+Blue) = 255+86+232=573 (75% of max value = 765). Red value is 255 (100% from 255 or 44.50% from 573); Green value is 86 (33.98% from 255 or 15.01% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56E8 is #00A917. Grayscale: #989898. Windows color (decimal): -43288 or 15226623. OLE color: 15226623.
HSL color Cylindrical-coordinate representation of color #FF56E8: hue angle of 308.17º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF56E8 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 232 | - |
| CMYK | 0 | 0.66 | 0.09 | 0 |
| HSL | 308.17º | 1% | 0.67% | - |
| HSV(B) | 308.17º | 0.66% | 1% | - |
| XYZ | 59.13 | 33.74 | 79.74 | - |
| YUV | 153.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 232 | 0 | 0.66 | 0.09 | 0 | 308.17 | 1 | 0.67 |
| Hex | FF | 56 | E8 | 0 | 42 | 9 | 0 | 134 | 64 | 43 |
| Octal | 377 | 126 | 350 | 0 | 102 | 11 | 0 | 464 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11101000 | 0 | 1000010 | 1001 | 0 | 100110100 | 1100100 | 1000011 |
Color Harmonies of #FF56E8
Complementary color
Monochromatic Colors of #FF56E8
Black with #FF56E8
Text Example
Text Example
White with #FF56E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56E8; }
p { color: rgb(255,86,232); }
H1.HeaderClassName
{
color: #FF56E8;
}
.AnyTagClassName
{
color: #FF56E8;
}
</style>
background-color css
<style>
a { background-color: #FF56E8; }
a { background-color: rgb(255,86,232); }
div.DivClassName
{
background-color: #FF56E8;
}
.BgClassName
{
background-color: #FF56E8;
}
</style>
border-color css
<style>
span { border-color: #FF56E8; }
span { border-color: rgb(255,86,232); }
td.TdClassName
{
border-color: #FF56E8;
}
.TagClassName
{
border-color: #FF56E8;
}
</style>