Shades of Pink Flamingo #FC44ED
Tints of Pink Flamingo #FC44ED
RGB
CMYK
RGB Variations
Color information
#FC44ED (or 0xFC44ED) is known color: Pink Flamingo. HEX triplet: FC, 44 and ED. RGB value is (252,68,237). Sum of RGB (Red+Green+Blue) = 252+68+237=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 68 (26.95% from 255 or 12.21% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC44ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC44ED is #03BB12. Grayscale: #8D8D8D. Windows color (decimal): -244499 or 15549692. OLE color: 15549692.
HSL color Cylindrical-coordinate representation of color #FC44ED: hue angle of 304.89º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC44ED is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 237 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.01 |
| HSL | 304.89º | 0.97% | 0.63% | - |
| HSV(B) | 304.89º | 0.73% | 0.99% | - |
| XYZ | 57.5 | 30.94 | 83.06 | - |
| YUV | 142.28 | 181.46 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 237 | 0 | 0.73 | 0.06 | 0.01 | 304.89 | 0.97 | 0.63 |
| Hex | FC | 44 | ED | 0 | 49 | 6 | 1 | 131 | 61 | 3F |
| Octal | 374 | 104 | 355 | 0 | 111 | 6 | 1 | 461 | 141 | 77 |
| Binary | 11111100 | 1000100 | 11101101 | 0 | 1001001 | 110 | 1 | 100110001 | 1100001 | 111111 |
Color Harmonies of #FC44ED
Complementary color
Monochromatic Colors of #FC44ED
Black with #FC44ED
Text Example
Text Example
White with #FC44ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC44ED; }
p { color: rgb(252,68,237); }
H1.HeaderClassName
{
color: #FC44ED;
}
.AnyTagClassName
{
color: #FC44ED;
}
</style>
background-color css
<style>
a { background-color: #FC44ED; }
a { background-color: rgb(252,68,237); }
div.DivClassName
{
background-color: #FC44ED;
}
.BgClassName
{
background-color: #FC44ED;
}
</style>
border-color css
<style>
span { border-color: #FC44ED; }
span { border-color: rgb(252,68,237); }
td.TdClassName
{
border-color: #FC44ED;
}
.TagClassName
{
border-color: #FC44ED;
}
</style>