Shades of Magenta #FC0BF2
Tints of Magenta #FC0BF2
RGB
CMYK
RGB Variations
Color information
#FC0BF2 (or 0xFC0BF2) is known color: Magenta. HEX triplet: FC, 0B and F2. RGB value is (252,11,242). Sum of RGB (Red+Green+Blue) = 252+11+242=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 11 (4.69% from 255 or 2.18% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BF2 is #03F40D. Grayscale: #6C6C6C. Windows color (decimal): -259086 or 15862780. OLE color: 15862780.
HSL color Cylindrical-coordinate representation of color #FC0BF2: hue angle of 302.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0BF2 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 242 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.01 |
| HSL | 302.49º | 0.98% | 0.52% | - |
| HSV(B) | 302.49º | 0.96% | 0.99% | - |
| XYZ | 56.29 | 27.35 | 86.32 | - |
| YUV | 109.39 | 202.84 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 242 | 0 | 0.96 | 0.04 | 0.01 | 302.49 | 0.98 | 0.52 |
| Hex | FC | B | F2 | 0 | 60 | 4 | 1 | 12E | 62 | 34 |
| Octal | 374 | 13 | 362 | 0 | 140 | 4 | 1 | 456 | 142 | 64 |
| Binary | 11111100 | 1011 | 11110010 | 0 | 1100000 | 100 | 1 | 100101110 | 1100010 | 110100 |
Color Harmonies of #FC0BF2
Complementary color
Monochromatic Colors of #FC0BF2
Black with #FC0BF2
Text Example
Text Example
White with #FC0BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BF2; }
p { color: rgb(252,11,242); }
H1.HeaderClassName
{
color: #FC0BF2;
}
.AnyTagClassName
{
color: #FC0BF2;
}
</style>
background-color css
<style>
a { background-color: #FC0BF2; }
a { background-color: rgb(252,11,242); }
div.DivClassName
{
background-color: #FC0BF2;
}
.BgClassName
{
background-color: #FC0BF2;
}
</style>
border-color css
<style>
span { border-color: #FC0BF2; }
span { border-color: rgb(252,11,242); }
td.TdClassName
{
border-color: #FC0BF2;
}
.TagClassName
{
border-color: #FC0BF2;
}
</style>