Shades of Pink Flamingo #FF56FF
Tints of Pink Flamingo #FF56FF
RGB
CMYK
RGB Variations
Color information
#FF56FF (or 0xFF56FF) is known color: Pink Flamingo. HEX triplet: FF, 56 and FF. RGB value is (255,86,255). Sum of RGB (Red+Green+Blue) = 255+86+255=596 (78% of max value = 765). Red value is 255 (100% from 255 or 42.79% from 596); Green value is 86 (33.98% from 255 or 14.43% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF56FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56FF is #00A900. Grayscale: #9B9B9B. Windows color (decimal): -43265 or 16733951. OLE color: 16733951.
HSL color Cylindrical-coordinate representation of color #FF56FF: hue angle of 300º 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 #FF56FF is Cyan = 0, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 255 | - |
| CMYK | 0 | 0.66 | 0 | 0 |
| HSL | 300º | 1% | 0.67% | - |
| HSV(B) | 300º | 0.66% | 1% | - |
| XYZ | 62.62 | 35.14 | 98.09 | - |
| YUV | 155.8 | 183.99 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 255 | 0 | 0.66 | 0 | 0 | 300 | 1 | 0.67 |
| Hex | FF | 56 | FF | 0 | 42 | 0 | 0 | 12C | 64 | 43 |
| Octal | 377 | 126 | 377 | 0 | 102 | 0 | 0 | 454 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11111111 | 0 | 1000010 | 0 | 0 | 100101100 | 1100100 | 1000011 |
Color Harmonies of #FF56FF
Complementary color
Monochromatic Colors of #FF56FF
Black with #FF56FF
Text Example
Text Example
White with #FF56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56FF; }
p { color: rgb(255,86,255); }
H1.HeaderClassName
{
color: #FF56FF;
}
.AnyTagClassName
{
color: #FF56FF;
}
</style>
background-color css
<style>
a { background-color: #FF56FF; }
a { background-color: rgb(255,86,255); }
div.DivClassName
{
background-color: #FF56FF;
}
.BgClassName
{
background-color: #FF56FF;
}
</style>
border-color css
<style>
span { border-color: #FF56FF; }
span { border-color: rgb(255,86,255); }
td.TdClassName
{
border-color: #FF56FF;
}
.TagClassName
{
border-color: #FF56FF;
}
</style>