Shades of Pink Flamingo #FF56E7
Tints of Pink Flamingo #FF56E7
RGB
CMYK
RGB Variations
Color information
#FF56E7 (or 0xFF56E7) is known color: Pink Flamingo. HEX triplet: FF, 56 and E7. RGB value is (255,86,231). Sum of RGB (Red+Green+Blue) = 255+86+231=572 (75% of max value = 765). Red value is 255 (100% from 255 or 44.58% from 572); Green value is 86 (33.98% from 255 or 15.03% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56E7 is #00A918. Grayscale: #989898. Windows color (decimal): -43289 or 15161087. OLE color: 15161087.
HSL color Cylindrical-coordinate representation of color #FF56E7: hue angle of 308.52º 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 #FF56E7 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 231 | - |
| CMYK | 0 | 0.66 | 0.09 | 0 |
| HSL | 308.52º | 1% | 0.67% | - |
| HSV(B) | 308.52º | 0.66% | 1% | - |
| XYZ | 58.99 | 33.69 | 78.99 | - |
| YUV | 153.06 | 171.99 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 231 | 0 | 0.66 | 0.09 | 0 | 308.52 | 1 | 0.67 |
| Hex | FF | 56 | E7 | 0 | 42 | 9 | 0 | 135 | 64 | 43 |
| Octal | 377 | 126 | 347 | 0 | 102 | 11 | 0 | 465 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11100111 | 0 | 1000010 | 1001 | 0 | 100110101 | 1100100 | 1000011 |
Color Harmonies of #FF56E7
Complementary color
Monochromatic Colors of #FF56E7
Black with #FF56E7
Text Example
Text Example
White with #FF56E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56E7; }
p { color: rgb(255,86,231); }
H1.HeaderClassName
{
color: #FF56E7;
}
.AnyTagClassName
{
color: #FF56E7;
}
</style>
background-color css
<style>
a { background-color: #FF56E7; }
a { background-color: rgb(255,86,231); }
div.DivClassName
{
background-color: #FF56E7;
}
.BgClassName
{
background-color: #FF56E7;
}
</style>
border-color css
<style>
span { border-color: #FF56E7; }
span { border-color: rgb(255,86,231); }
td.TdClassName
{
border-color: #FF56E7;
}
.TagClassName
{
border-color: #FF56E7;
}
</style>