Shades of Pink Flamingo #FF56FB
Tints of Pink Flamingo #FF56FB
RGB
CMYK
RGB Variations
Color information
#FF56FB (or 0xFF56FB) is known color: Pink Flamingo. HEX triplet: FF, 56 and FB. RGB value is (255,86,251). Sum of RGB (Red+Green+Blue) = 255+86+251=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 86 (33.98% from 255 or 14.53% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56FB is #00A904. Grayscale: #9A9A9A. Windows color (decimal): -43269 or 16471807. OLE color: 16471807.
HSL color Cylindrical-coordinate representation of color #FF56FB: hue angle of 301.42º 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 #FF56FB is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 251 | - |
| CMYK | 0 | 0.66 | 0.02 | 0 |
| HSL | 301.42º | 1% | 0.67% | - |
| HSV(B) | 301.42º | 0.66% | 1% | - |
| XYZ | 61.98 | 34.88 | 94.73 | - |
| YUV | 155.34 | 181.99 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 251 | 0 | 0.66 | 0.02 | 0 | 301.42 | 1 | 0.67 |
| Hex | FF | 56 | FB | 0 | 42 | 2 | 0 | 12D | 64 | 43 |
| Octal | 377 | 126 | 373 | 0 | 102 | 2 | 0 | 455 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11111011 | 0 | 1000010 | 10 | 0 | 100101101 | 1100100 | 1000011 |
Color Harmonies of #FF56FB
Complementary color
Monochromatic Colors of #FF56FB
Black with #FF56FB
Text Example
Text Example
White with #FF56FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56FB; }
p { color: rgb(255,86,251); }
H1.HeaderClassName
{
color: #FF56FB;
}
.AnyTagClassName
{
color: #FF56FB;
}
</style>
background-color css
<style>
a { background-color: #FF56FB; }
a { background-color: rgb(255,86,251); }
div.DivClassName
{
background-color: #FF56FB;
}
.BgClassName
{
background-color: #FF56FB;
}
</style>
border-color css
<style>
span { border-color: #FF56FB; }
span { border-color: rgb(255,86,251); }
td.TdClassName
{
border-color: #FF56FB;
}
.TagClassName
{
border-color: #FF56FB;
}
</style>