Shades of Hot Magenta #FC0BDA
Tints of Hot Magenta #FC0BDA
RGB
CMYK
RGB Variations
Color information
#FC0BDA (or 0xFC0BDA) is known color: Hot Magenta. HEX triplet: FC, 0B and DA. RGB value is (252,11,218). Sum of RGB (Red+Green+Blue) = 252+11+218=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 11 (4.69% from 255 or 2.29% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC0BDA is #03F425. Grayscale: #6A6A6A. Windows color (decimal): -259110 or 14289916. OLE color: 14289916.
HSL color Cylindrical-coordinate representation of color #FC0BDA: hue angle of 308.46º 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 #FC0BDA is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 11 | 218 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.01 |
| HSL | 308.46º | 0.98% | 0.52% | - |
| HSV(B) | 308.46º | 0.96% | 0.99% | - |
| XYZ | 52.92 | 26 | 68.56 | - |
| YUV | 106.66 | 190.84 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 11 | 218 | 0 | 0.96 | 0.13 | 0.01 | 308.46 | 0.98 | 0.52 |
| Hex | FC | B | DA | 0 | 60 | D | 1 | 134 | 62 | 34 |
| Octal | 374 | 13 | 332 | 0 | 140 | 15 | 1 | 464 | 142 | 64 |
| Binary | 11111100 | 1011 | 11011010 | 0 | 1100000 | 1101 | 1 | 100110100 | 1100010 | 110100 |
Color Harmonies of #FC0BDA
Complementary color
Monochromatic Colors of #FC0BDA
Black with #FC0BDA
Text Example
Text Example
White with #FC0BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0BDA; }
p { color: rgb(252,11,218); }
H1.HeaderClassName
{
color: #FC0BDA;
}
.AnyTagClassName
{
color: #FC0BDA;
}
</style>
background-color css
<style>
a { background-color: #FC0BDA; }
a { background-color: rgb(252,11,218); }
div.DivClassName
{
background-color: #FC0BDA;
}
.BgClassName
{
background-color: #FC0BDA;
}
</style>
border-color css
<style>
span { border-color: #FC0BDA; }
span { border-color: rgb(252,11,218); }
td.TdClassName
{
border-color: #FC0BDA;
}
.TagClassName
{
border-color: #FC0BDA;
}
</style>