Shades of Magenta #FC0CFB
Tints of Magenta #FC0CFB
RGB
CMYK
RGB Variations
Color information
#FC0CFB (or 0xFC0CFB) is known color: Magenta. HEX triplet: FC, 0C and FB. RGB value is (252,12,251). Sum of RGB (Red+Green+Blue) = 252+12+251=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 12 (5.08% from 255 or 2.33% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CFB is #03F304. Grayscale: #6E6E6E. Windows color (decimal): -258821 or 16452860. OLE color: 16452860.
HSL color Cylindrical-coordinate representation of color #FC0CFB: hue angle of 300.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CFB is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 251 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.01 |
| HSL | 300.25º | 0.98% | 0.52% | - |
| HSV(B) | 300.25º | 0.95% | 0.99% | - |
| XYZ | 57.69 | 27.92 | 93.62 | - |
| YUV | 111.01 | 207.01 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 251 | 0 | 0.95 | 0.00 | 0.01 | 300.25 | 0.98 | 0.52 |
| Hex | FC | C | FB | 0 | 5F | 0 | 1 | 12C | 62 | 34 |
| Octal | 374 | 14 | 373 | 0 | 137 | 0 | 1 | 454 | 142 | 64 |
| Binary | 11111100 | 1100 | 11111011 | 0 | 1011111 | 0 | 1 | 100101100 | 1100010 | 110100 |
Color Harmonies of #FC0CFB
Complementary color
Monochromatic Colors of #FC0CFB
Black with #FC0CFB
Text Example
Text Example
White with #FC0CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CFB; }
p { color: rgb(252,12,251); }
H1.HeaderClassName
{
color: #FC0CFB;
}
.AnyTagClassName
{
color: #FC0CFB;
}
</style>
background-color css
<style>
a { background-color: #FC0CFB; }
a { background-color: rgb(252,12,251); }
div.DivClassName
{
background-color: #FC0CFB;
}
.BgClassName
{
background-color: #FC0CFB;
}
</style>
border-color css
<style>
span { border-color: #FC0CFB; }
span { border-color: rgb(252,12,251); }
td.TdClassName
{
border-color: #FC0CFB;
}
.TagClassName
{
border-color: #FC0CFB;
}
</style>