Shades of Hot Magenta #FB04CA
Tints of Hot Magenta #FB04CA
RGB
CMYK
RGB Variations
Color information
#FB04CA (or 0xFB04CA) is known color: Hot Magenta. HEX triplet: FB, 04 and CA. RGB value is (251,4,202). Sum of RGB (Red+Green+Blue) = 251+4+202=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 4 (1.95% from 255 or 0.88% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FB04CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB04CA is #04FB35. Grayscale: #636363. Windows color (decimal): -326454 or 13239547. OLE color: 13239547.
HSL color Cylindrical-coordinate representation of color #FB04CA: hue angle of 311.9º 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 #FB04CA is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.02 |
| HSL | 311.9º | 0.97% | 0.5% | - |
| HSV(B) | 311.9º | 0.98% | 0.98% | - |
| XYZ | 50.49 | 24.86 | 58.01 | - |
| YUV | 100.43 | 185.33 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 202 | 0 | 0.98 | 0.20 | 0.02 | 311.9 | 0.97 | 0.5 |
| Hex | FB | 4 | CA | 0 | 62 | 14 | 2 | 138 | 61 | 32 |
| Octal | 373 | 4 | 312 | 0 | 142 | 24 | 2 | 470 | 141 | 62 |
| Binary | 11111011 | 100 | 11001010 | 0 | 1100010 | 10100 | 10 | 100111000 | 1100001 | 110010 |
Color Harmonies of #FB04CA
Complementary color
Monochromatic Colors of #FB04CA
Black with #FB04CA
Text Example
Text Example
White with #FB04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB04CA; }
p { color: rgb(251,4,202); }
H1.HeaderClassName
{
color: #FB04CA;
}
.AnyTagClassName
{
color: #FB04CA;
}
</style>
background-color css
<style>
a { background-color: #FB04CA; }
a { background-color: rgb(251,4,202); }
div.DivClassName
{
background-color: #FB04CA;
}
.BgClassName
{
background-color: #FB04CA;
}
</style>
border-color css
<style>
span { border-color: #FB04CA; }
span { border-color: rgb(251,4,202); }
td.TdClassName
{
border-color: #FB04CA;
}
.TagClassName
{
border-color: #FB04CA;
}
</style>