Shades of Pink Flamingo #FF56FA
Tints of Pink Flamingo #FF56FA
RGB
CMYK
RGB Variations
Color information
#FF56FA (or 0xFF56FA) is known color: Pink Flamingo. HEX triplet: FF, 56 and FA. RGB value is (255,86,250). Sum of RGB (Red+Green+Blue) = 255+86+250=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 86 (33.98% from 255 or 14.55% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56FA is #00A905. Grayscale: #9A9A9A. Windows color (decimal): -43270 or 16406271. OLE color: 16406271.
HSL color Cylindrical-coordinate representation of color #FF56FA: hue angle of 301.78º 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 #FF56FA is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 250 | - |
| CMYK | 0 | 0.66 | 0.02 | 0 |
| HSL | 301.78º | 1% | 0.67% | - |
| HSV(B) | 301.78º | 0.66% | 1% | - |
| XYZ | 61.82 | 34.82 | 93.9 | - |
| YUV | 155.23 | 181.49 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 250 | 0 | 0.66 | 0.02 | 0 | 301.78 | 1 | 0.67 |
| Hex | FF | 56 | FA | 0 | 42 | 2 | 0 | 12E | 64 | 43 |
| Octal | 377 | 126 | 372 | 0 | 102 | 2 | 0 | 456 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11111010 | 0 | 1000010 | 10 | 0 | 100101110 | 1100100 | 1000011 |
Color Harmonies of #FF56FA
Complementary color
Monochromatic Colors of #FF56FA
Black with #FF56FA
Text Example
Text Example
White with #FF56FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56FA; }
p { color: rgb(255,86,250); }
H1.HeaderClassName
{
color: #FF56FA;
}
.AnyTagClassName
{
color: #FF56FA;
}
</style>
background-color css
<style>
a { background-color: #FF56FA; }
a { background-color: rgb(255,86,250); }
div.DivClassName
{
background-color: #FF56FA;
}
.BgClassName
{
background-color: #FF56FA;
}
</style>
border-color css
<style>
span { border-color: #FF56FA; }
span { border-color: rgb(255,86,250); }
td.TdClassName
{
border-color: #FF56FA;
}
.TagClassName
{
border-color: #FF56FA;
}
</style>