Shades of Pink Flamingo #FF56FE
Tints of Pink Flamingo #FF56FE
RGB
CMYK
RGB Variations
Color information
#FF56FE (or 0xFF56FE) is known color: Pink Flamingo. HEX triplet: FF, 56 and FE. RGB value is (255,86,254). Sum of RGB (Red+Green+Blue) = 255+86+254=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 86 (33.98% from 255 or 14.45% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF56FE is #00A901. Grayscale: #9B9B9B. Windows color (decimal): -43266 or 16668415. OLE color: 16668415.
HSL color Cylindrical-coordinate representation of color #FF56FE: hue angle of 300.36º 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 #FF56FE is Cyan = 0, Magento = 0.66, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 254 | - |
| CMYK | 0 | 0.66 | 0.00 | 0 |
| HSL | 300.36º | 1% | 0.67% | - |
| HSV(B) | 300.36º | 0.66% | 1% | - |
| XYZ | 62.46 | 35.07 | 97.24 | - |
| YUV | 155.68 | 183.49 | 198.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 254 | 0 | 0.66 | 0.00 | 0 | 300.36 | 1 | 0.67 |
| Hex | FF | 56 | FE | 0 | 42 | 0 | 0 | 12C | 64 | 43 |
| Octal | 377 | 126 | 376 | 0 | 102 | 0 | 0 | 454 | 144 | 103 |
| Binary | 11111111 | 1010110 | 11111110 | 0 | 1000010 | 0 | 0 | 100101100 | 1100100 | 1000011 |
Color Harmonies of #FF56FE
Complementary color
Monochromatic Colors of #FF56FE
Black with #FF56FE
Text Example
Text Example
White with #FF56FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF56FE; }
p { color: rgb(255,86,254); }
H1.HeaderClassName
{
color: #FF56FE;
}
.AnyTagClassName
{
color: #FF56FE;
}
</style>
background-color css
<style>
a { background-color: #FF56FE; }
a { background-color: rgb(255,86,254); }
div.DivClassName
{
background-color: #FF56FE;
}
.BgClassName
{
background-color: #FF56FE;
}
</style>
border-color css
<style>
span { border-color: #FF56FE; }
span { border-color: rgb(255,86,254); }
td.TdClassName
{
border-color: #FF56FE;
}
.TagClassName
{
border-color: #FF56FE;
}
</style>