Shades of Hot Magenta #FB02C4
Tints of Hot Magenta #FB02C4
RGB
CMYK
RGB Variations
Color information
#FB02C4 (or 0xFB02C4) is known color: Hot Magenta. HEX triplet: FB, 02 and C4. RGB value is (251,2,196). Sum of RGB (Red+Green+Blue) = 251+2+196=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB02C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB02C4 is #04FD3B. Grayscale: #626262. Windows color (decimal): -326972 or 12845819. OLE color: 12845819.
HSL color Cylindrical-coordinate representation of color #FB02C4: hue angle of 313.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB02C4 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 196 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.02 |
| HSL | 313.25º | 0.98% | 0.5% | - |
| HSV(B) | 313.25º | 0.99% | 0.98% | - |
| XYZ | 49.77 | 24.54 | 54.34 | - |
| YUV | 98.57 | 182.99 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 196 | 0 | 0.99 | 0.22 | 0.02 | 313.25 | 0.98 | 0.5 |
| Hex | FB | 2 | C4 | 0 | 63 | 16 | 2 | 139 | 62 | 32 |
| Octal | 373 | 2 | 304 | 0 | 143 | 26 | 2 | 471 | 142 | 62 |
| Binary | 11111011 | 10 | 11000100 | 0 | 1100011 | 10110 | 10 | 100111001 | 1100010 | 110010 |
Color Harmonies of #FB02C4
Complementary color
Monochromatic Colors of #FB02C4
Black with #FB02C4
Text Example
Text Example
White with #FB02C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB02C4; }
p { color: rgb(251,2,196); }
H1.HeaderClassName
{
color: #FB02C4;
}
.AnyTagClassName
{
color: #FB02C4;
}
</style>
background-color css
<style>
a { background-color: #FB02C4; }
a { background-color: rgb(251,2,196); }
div.DivClassName
{
background-color: #FB02C4;
}
.BgClassName
{
background-color: #FB02C4;
}
</style>
border-color css
<style>
span { border-color: #FB02C4; }
span { border-color: rgb(251,2,196); }
td.TdClassName
{
border-color: #FB02C4;
}
.TagClassName
{
border-color: #FB02C4;
}
</style>