Shades of Hot Magenta #FB01C5
Tints of Hot Magenta #FB01C5
RGB
CMYK
RGB Variations
Color information
#FB01C5 (or 0xFB01C5) is known color: Hot Magenta. HEX triplet: FB, 01 and C5. RGB value is (251,1,197). Sum of RGB (Red+Green+Blue) = 251+1+197=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 1 (0.78% from 255 or 0.22% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB01C5 is #04FE3A. Grayscale: #616161. Windows color (decimal): -327227 or 12911099. OLE color: 12911099.
HSL color Cylindrical-coordinate representation of color #FB01C5: hue angle of 312.96º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB01C5 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 197 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.02 |
| HSL | 312.96º | 0.99% | 0.49% | - |
| HSV(B) | 312.96º | 1% | 0.98% | - |
| XYZ | 49.87 | 24.56 | 54.94 | - |
| YUV | 98.09 | 183.83 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 197 | 0 | 1.00 | 0.22 | 0.02 | 312.96 | 0.99 | 0.49 |
| Hex | FB | 1 | C5 | 0 | 64 | 16 | 2 | 139 | 63 | 31 |
| Octal | 373 | 1 | 305 | 0 | 144 | 26 | 2 | 471 | 143 | 61 |
| Binary | 11111011 | 1 | 11000101 | 0 | 1100100 | 10110 | 10 | 100111001 | 1100011 | 110001 |
Color Harmonies of #FB01C5
Complementary color
Monochromatic Colors of #FB01C5
Black with #FB01C5
Text Example
Text Example
White with #FB01C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB01C5; }
p { color: rgb(251,1,197); }
H1.HeaderClassName
{
color: #FB01C5;
}
.AnyTagClassName
{
color: #FB01C5;
}
</style>
background-color css
<style>
a { background-color: #FB01C5; }
a { background-color: rgb(251,1,197); }
div.DivClassName
{
background-color: #FB01C5;
}
.BgClassName
{
background-color: #FB01C5;
}
</style>
border-color css
<style>
span { border-color: #FB01C5; }
span { border-color: rgb(251,1,197); }
td.TdClassName
{
border-color: #FB01C5;
}
.TagClassName
{
border-color: #FB01C5;
}
</style>