Shades of Pink Flamingo #FF56EA
Tints of Pink Flamingo #FF56EA
RGB
CMYK
RGB Variations
Color information
#FF56EA (or 0xFF56EA) is known color: Pink Flamingo. HEX triplet: FF, 56 and EA. RGB value is (255,86,234). Sum of RGB (Red+Green+Blue) = 255+86+234=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 86 (33.98% from 255 or 14.96% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56EA is #00A915. Grayscale: #989898. Windows color (decimal): -43286 or 15357695. OLE color: 15357695.
HSL color Cylindrical-coordinate representation of color #FF56EA: hue angle of 307.46º 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 #FF56EA is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 234 | - |
| CMYK | 0 | 0.66 | 0.08 | 0 |
| HSL | 307.46º | 1% | 0.67% | - |
| HSV(B) | 307.46º | 0.66% | 1% | - |
| XYZ | 59.42 | 33.86 | 81.25 | - |
| YUV | 153.4 | 173.49 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 234 | 0 | 0.66 | 0.08 | 0 | 307.46 | 1 | 0.67 |
| Hex | FF | 56 | EA | 0 | 42 | 8 | 0 | 133 | 64 | 43 |
| Octal | 377 | 126 | 352 | 0 | 102 | 10 | 0 | 463 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11101010 | 0 | 1000010 | 1000 | 0 | 100110011 | 1100100 | 1000011 |
Color Harmonies of #FF56EA
Complementary color
Monochromatic Colors of #FF56EA
Black with #FF56EA
Text Example
Text Example
White with #FF56EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56EA; }
p { color: rgb(255,86,234); }
H1.HeaderClassName
{
color: #FF56EA;
}
.AnyTagClassName
{
color: #FF56EA;
}
</style>
background-color css
<style>
a { background-color: #FF56EA; }
a { background-color: rgb(255,86,234); }
div.DivClassName
{
background-color: #FF56EA;
}
.BgClassName
{
background-color: #FF56EA;
}
</style>
border-color css
<style>
span { border-color: #FF56EA; }
span { border-color: rgb(255,86,234); }
td.TdClassName
{
border-color: #FF56EA;
}
.TagClassName
{
border-color: #FF56EA;
}
</style>