Shades of Hot Magenta #FB05C5
Tints of Hot Magenta #FB05C5
RGB
CMYK
RGB Variations
Color information
#FB05C5 (or 0xFB05C5) is known color: Hot Magenta. HEX triplet: FB, 05 and C5. RGB value is (251,5,197). Sum of RGB (Red+Green+Blue) = 251+5+197=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 5 (2.34% from 255 or 1.10% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FB05C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB05C5 is #04FA3A. Grayscale: #636363. Windows color (decimal): -326203 or 12912123. OLE color: 12912123.
HSL color Cylindrical-coordinate representation of color #FB05C5: hue angle of 313.17º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB05C5 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 197 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.02 |
| HSL | 313.17º | 0.97% | 0.5% | - |
| HSV(B) | 313.17º | 0.98% | 0.98% | - |
| XYZ | 49.92 | 24.65 | 54.95 | - |
| YUV | 100.44 | 182.5 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 197 | 0 | 0.98 | 0.22 | 0.02 | 313.17 | 0.97 | 0.5 |
| Hex | FB | 5 | C5 | 0 | 62 | 16 | 2 | 139 | 61 | 32 |
| Octal | 373 | 5 | 305 | 0 | 142 | 26 | 2 | 471 | 141 | 62 |
| Binary | 11111011 | 101 | 11000101 | 0 | 1100010 | 10110 | 10 | 100111001 | 1100001 | 110010 |
Color Harmonies of #FB05C5
Complementary color
Monochromatic Colors of #FB05C5
Black with #FB05C5
Text Example
Text Example
White with #FB05C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB05C5; }
p { color: rgb(251,5,197); }
H1.HeaderClassName
{
color: #FB05C5;
}
.AnyTagClassName
{
color: #FB05C5;
}
</style>
background-color css
<style>
a { background-color: #FB05C5; }
a { background-color: rgb(251,5,197); }
div.DivClassName
{
background-color: #FB05C5;
}
.BgClassName
{
background-color: #FB05C5;
}
</style>
border-color css
<style>
span { border-color: #FB05C5; }
span { border-color: rgb(251,5,197); }
td.TdClassName
{
border-color: #FB05C5;
}
.TagClassName
{
border-color: #FB05C5;
}
</style>