Shades of Pink Flamingo #FC48EC
Tints of Pink Flamingo #FC48EC
RGB
CMYK
RGB Variations
Color information
#FC48EC (or 0xFC48EC) is known color: Pink Flamingo. HEX triplet: FC, 48 and EC. RGB value is (252,72,236). Sum of RGB (Red+Green+Blue) = 252+72+236=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 72 (28.52% from 255 or 12.86% from 560); Blue value is 236 (92.58% from 255 or 42.14% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC48EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC48EC is #03B713. Grayscale: #909090. Windows color (decimal): -243476 or 15485180. OLE color: 15485180.
HSL color Cylindrical-coordinate representation of color #FC48EC: hue angle of 305.33º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC48EC is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 72 | 236 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.01 |
| HSL | 305.33º | 0.97% | 0.64% | - |
| HSV(B) | 305.33º | 0.71% | 0.99% | - |
| XYZ | 57.6 | 31.39 | 82.38 | - |
| YUV | 144.52 | 179.63 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 72 | 236 | 0 | 0.71 | 0.06 | 0.01 | 305.33 | 0.97 | 0.64 |
| Hex | FC | 48 | EC | 0 | 47 | 6 | 1 | 131 | 61 | 40 |
| Octal | 374 | 110 | 354 | 0 | 107 | 6 | 1 | 461 | 141 | 100 |
| Binary | 11111100 | 1001000 | 11101100 | 0 | 1000111 | 110 | 1 | 100110001 | 1100001 | 1000000 |
Color Harmonies of #FC48EC
Complementary color
Monochromatic Colors of #FC48EC
Black with #FC48EC
Text Example
Text Example
White with #FC48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC48EC; }
p { color: rgb(252,72,236); }
H1.HeaderClassName
{
color: #FC48EC;
}
.AnyTagClassName
{
color: #FC48EC;
}
</style>
background-color css
<style>
a { background-color: #FC48EC; }
a { background-color: rgb(252,72,236); }
div.DivClassName
{
background-color: #FC48EC;
}
.BgClassName
{
background-color: #FC48EC;
}
</style>
border-color css
<style>
span { border-color: #FC48EC; }
span { border-color: rgb(252,72,236); }
td.TdClassName
{
border-color: #FC48EC;
}
.TagClassName
{
border-color: #FC48EC;
}
</style>