Shades of Pink Flamingo #FF56EF
Tints of Pink Flamingo #FF56EF
RGB
CMYK
RGB Variations
Color information
#FF56EF (or 0xFF56EF) is known color: Pink Flamingo. HEX triplet: FF, 56 and EF. RGB value is (255,86,239). Sum of RGB (Red+Green+Blue) = 255+86+239=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 86 (33.98% from 255 or 14.83% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56EF is #00A910. Grayscale: #999999. Windows color (decimal): -43281 or 15685375. OLE color: 15685375.
HSL color Cylindrical-coordinate representation of color #FF56EF: hue angle of 305.68º 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 #FF56EF is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 239 | - |
| CMYK | 0 | 0.66 | 0.06 | 0 |
| HSL | 305.68º | 1% | 0.67% | - |
| HSV(B) | 305.68º | 0.66% | 1% | - |
| XYZ | 60.15 | 34.15 | 85.08 | - |
| YUV | 153.97 | 175.99 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 239 | 0 | 0.66 | 0.06 | 0 | 305.68 | 1 | 0.67 |
| Hex | FF | 56 | EF | 0 | 42 | 6 | 0 | 132 | 64 | 43 |
| Octal | 377 | 126 | 357 | 0 | 102 | 6 | 0 | 462 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11101111 | 0 | 1000010 | 110 | 0 | 100110010 | 1100100 | 1000011 |
Color Harmonies of #FF56EF
Complementary color
Monochromatic Colors of #FF56EF
Black with #FF56EF
Text Example
Text Example
White with #FF56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56EF; }
p { color: rgb(255,86,239); }
H1.HeaderClassName
{
color: #FF56EF;
}
.AnyTagClassName
{
color: #FF56EF;
}
</style>
background-color css
<style>
a { background-color: #FF56EF; }
a { background-color: rgb(255,86,239); }
div.DivClassName
{
background-color: #FF56EF;
}
.BgClassName
{
background-color: #FF56EF;
}
</style>
border-color css
<style>
span { border-color: #FF56EF; }
span { border-color: rgb(255,86,239); }
td.TdClassName
{
border-color: #FF56EF;
}
.TagClassName
{
border-color: #FF56EF;
}
</style>