Shades of Hot Magenta #FA02CB
Tints of Hot Magenta #FA02CB
RGB
CMYK
RGB Variations
Color information
#FA02CB (or 0xFA02CB) is known color: Hot Magenta. HEX triplet: FA, 02 and CB. RGB value is (250,2,203). Sum of RGB (Red+Green+Blue) = 250+2+203=455 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.95% from 455); Green value is 2 (1.17% from 255 or 0.44% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02CB is #05FD34. Grayscale: #626262. Windows color (decimal): -392501 or 13304570. OLE color: 13304570.
HSL color Cylindrical-coordinate representation of color #FA02CB: hue angle of 311.37º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02CB is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.02 |
| HSL | 311.37º | 0.98% | 0.49% | - |
| HSV(B) | 311.37º | 0.99% | 0.98% | - |
| XYZ | 50.23 | 24.68 | 58.62 | - |
| YUV | 99.07 | 186.66 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 203 | 0 | 0.99 | 0.19 | 0.02 | 311.37 | 0.98 | 0.49 |
| Hex | FA | 2 | CB | 0 | 63 | 13 | 2 | 137 | 62 | 31 |
| Octal | 372 | 2 | 313 | 0 | 143 | 23 | 2 | 467 | 142 | 61 |
| Binary | 11111010 | 10 | 11001011 | 0 | 1100011 | 10011 | 10 | 100110111 | 1100010 | 110001 |
Color Harmonies of #FA02CB
Complementary color
Monochromatic Colors of #FA02CB
Black with #FA02CB
Text Example
Text Example
White with #FA02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02CB; }
p { color: rgb(250,2,203); }
H1.HeaderClassName
{
color: #FA02CB;
}
.AnyTagClassName
{
color: #FA02CB;
}
</style>
background-color css
<style>
a { background-color: #FA02CB; }
a { background-color: rgb(250,2,203); }
div.DivClassName
{
background-color: #FA02CB;
}
.BgClassName
{
background-color: #FA02CB;
}
</style>
border-color css
<style>
span { border-color: #FA02CB; }
span { border-color: rgb(250,2,203); }
td.TdClassName
{
border-color: #FA02CB;
}
.TagClassName
{
border-color: #FA02CB;
}
</style>