Shades of Pink Flamingo #FF56FD
Tints of Pink Flamingo #FF56FD
RGB
CMYK
RGB Variations
Color information
#FF56FD (or 0xFF56FD) is known color: Pink Flamingo. HEX triplet: FF, 56 and FD. RGB value is (255,86,253). Sum of RGB (Red+Green+Blue) = 255+86+253=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 86 (33.98% from 255 or 14.48% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56FD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56FD is #00A902. Grayscale: #9B9B9B. Windows color (decimal): -43267 or 16602879. OLE color: 16602879.
HSL color Cylindrical-coordinate representation of color #FF56FD: hue angle of 300.71º 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 #FF56FD is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 253 | - |
| CMYK | 0 | 0.66 | 0.01 | 0 |
| HSL | 300.71º | 1% | 0.67% | - |
| HSV(B) | 300.71º | 0.66% | 1% | - |
| XYZ | 62.3 | 35.01 | 96.4 | - |
| YUV | 155.57 | 182.99 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 253 | 0 | 0.66 | 0.01 | 0 | 300.71 | 1 | 0.67 |
| Hex | FF | 56 | FD | 0 | 42 | 1 | 0 | 12D | 64 | 43 |
| Octal | 377 | 126 | 375 | 0 | 102 | 1 | 0 | 455 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11111101 | 0 | 1000010 | 1 | 0 | 100101101 | 1100100 | 1000011 |
Color Harmonies of #FF56FD
Complementary color
Monochromatic Colors of #FF56FD
Black with #FF56FD
Text Example
Text Example
White with #FF56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56FD; }
p { color: rgb(255,86,253); }
H1.HeaderClassName
{
color: #FF56FD;
}
.AnyTagClassName
{
color: #FF56FD;
}
</style>
background-color css
<style>
a { background-color: #FF56FD; }
a { background-color: rgb(255,86,253); }
div.DivClassName
{
background-color: #FF56FD;
}
.BgClassName
{
background-color: #FF56FD;
}
</style>
border-color css
<style>
span { border-color: #FF56FD; }
span { border-color: rgb(255,86,253); }
td.TdClassName
{
border-color: #FF56FD;
}
.TagClassName
{
border-color: #FF56FD;
}
</style>