Shades of Pink Flamingo #FC63EC
Tints of Pink Flamingo #FC63EC
RGB
CMYK
RGB Variations
Color information
#FC63EC (or 0xFC63EC) is known color: Pink Flamingo. HEX triplet: FC, 63 and EC. RGB value is (252,99,236). Sum of RGB (Red+Green+Blue) = 252+99+236=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FC63EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC63EC is #039C13. Grayscale: #9F9F9F. Windows color (decimal): -236564 or 15492092. OLE color: 15492092.
HSL color Cylindrical-coordinate representation of color #FC63EC: hue angle of 306.27º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC63EC is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 99 | 236 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.01 |
| HSL | 306.27º | 0.96% | 0.69% | - |
| HSV(B) | 306.27º | 0.61% | 0.99% | - |
| XYZ | 59.75 | 35.68 | 83.09 | - |
| YUV | 160.37 | 170.69 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 99 | 236 | 0 | 0.61 | 0.06 | 0.01 | 306.27 | 0.96 | 0.69 |
| Hex | FC | 63 | EC | 0 | 3D | 6 | 1 | 132 | 60 | 45 |
| Octal | 374 | 143 | 354 | 0 | 75 | 6 | 1 | 462 | 140 | 105 |
| Binary | 11111100 | 1100011 | 11101100 | 0 | 111101 | 110 | 1 | 100110010 | 1100000 | 1000101 |
Color Harmonies of #FC63EC
Complementary color
Monochromatic Colors of #FC63EC
Black with #FC63EC
Text Example
Text Example
White with #FC63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC63EC; }
p { color: rgb(252,99,236); }
H1.HeaderClassName
{
color: #FC63EC;
}
.AnyTagClassName
{
color: #FC63EC;
}
</style>
background-color css
<style>
a { background-color: #FC63EC; }
a { background-color: rgb(252,99,236); }
div.DivClassName
{
background-color: #FC63EC;
}
.BgClassName
{
background-color: #FC63EC;
}
</style>
border-color css
<style>
span { border-color: #FC63EC; }
span { border-color: rgb(252,99,236); }
td.TdClassName
{
border-color: #FC63EC;
}
.TagClassName
{
border-color: #FC63EC;
}
</style>