Shades of Magenta #FC0BF5
Tints of Magenta #FC0BF5
RGB
CMYK
RGB Variations
Color information
#FC0BF5 (or 0xFC0BF5) is known color: Magenta. HEX triplet: FC, 0B and F5. RGB value is (252,11,245). Sum of RGB (Red+Green+Blue) = 252+11+245=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 11 (4.69% from 255 or 2.17% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BF5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0BF5 is #03F40A. Grayscale: #6D6D6D. Windows color (decimal): -259083 or 16059388. OLE color: 16059388.
HSL color Cylindrical-coordinate representation of color #FC0BF5: hue angle of 301.74º 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 #FC0BF5 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 245 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.01 |
| HSL | 301.74º | 0.98% | 0.52% | - |
| HSV(B) | 301.74º | 0.96% | 0.99% | - |
| XYZ | 56.75 | 27.53 | 88.71 | - |
| YUV | 109.74 | 204.34 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 245 | 0 | 0.96 | 0.03 | 0.01 | 301.74 | 0.98 | 0.52 |
| Hex | FC | B | F5 | 0 | 60 | 3 | 1 | 12E | 62 | 34 |
| Octal | 374 | 13 | 365 | 0 | 140 | 3 | 1 | 456 | 142 | 64 |
| Binary | 11111100 | 1011 | 11110101 | 0 | 1100000 | 11 | 1 | 100101110 | 1100010 | 110100 |
Color Harmonies of #FC0BF5
Complementary color
Monochromatic Colors of #FC0BF5
Black with #FC0BF5
Text Example
Text Example
White with #FC0BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BF5; }
p { color: rgb(252,11,245); }
H1.HeaderClassName
{
color: #FC0BF5;
}
.AnyTagClassName
{
color: #FC0BF5;
}
</style>
background-color css
<style>
a { background-color: #FC0BF5; }
a { background-color: rgb(252,11,245); }
div.DivClassName
{
background-color: #FC0BF5;
}
.BgClassName
{
background-color: #FC0BF5;
}
</style>
border-color css
<style>
span { border-color: #FC0BF5; }
span { border-color: rgb(252,11,245); }
td.TdClassName
{
border-color: #FC0BF5;
}
.TagClassName
{
border-color: #FC0BF5;
}
</style>