Shades of Hot Magenta #FB0CCD
Tints of Hot Magenta #FB0CCD
RGB
CMYK
RGB Variations
Color information
#FB0CCD (or 0xFB0CCD) is known color: Hot Magenta. HEX triplet: FB, 0C and CD. RGB value is (251,12,205). Sum of RGB (Red+Green+Blue) = 251+12+205=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 12 (5.08% from 255 or 2.56% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0CCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0CCD is #04F332. Grayscale: #686868. Windows color (decimal): -324403 or 13438203. OLE color: 13438203.
HSL color Cylindrical-coordinate representation of color #FB0CCD: hue angle of 311.55º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0CCD is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 205 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.02 |
| HSL | 311.55º | 0.97% | 0.52% | - |
| HSV(B) | 311.55º | 0.95% | 0.98% | - |
| XYZ | 50.93 | 25.18 | 59.93 | - |
| YUV | 105.46 | 184.18 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 205 | 0 | 0.95 | 0.18 | 0.02 | 311.55 | 0.97 | 0.52 |
| Hex | FB | C | CD | 0 | 5F | 12 | 2 | 138 | 61 | 34 |
| Octal | 373 | 14 | 315 | 0 | 137 | 22 | 2 | 470 | 141 | 64 |
| Binary | 11111011 | 1100 | 11001101 | 0 | 1011111 | 10010 | 10 | 100111000 | 1100001 | 110100 |
Color Harmonies of #FB0CCD
Complementary color
Monochromatic Colors of #FB0CCD
Black with #FB0CCD
Text Example
Text Example
White with #FB0CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0CCD; }
p { color: rgb(251,12,205); }
H1.HeaderClassName
{
color: #FB0CCD;
}
.AnyTagClassName
{
color: #FB0CCD;
}
</style>
background-color css
<style>
a { background-color: #FB0CCD; }
a { background-color: rgb(251,12,205); }
div.DivClassName
{
background-color: #FB0CCD;
}
.BgClassName
{
background-color: #FB0CCD;
}
</style>
border-color css
<style>
span { border-color: #FB0CCD; }
span { border-color: rgb(251,12,205); }
td.TdClassName
{
border-color: #FB0CCD;
}
.TagClassName
{
border-color: #FB0CCD;
}
</style>