Shades of Hot Magenta #FA03CB
Tints of Hot Magenta #FA03CB
RGB
CMYK
RGB Variations
Color information
#FA03CB (or 0xFA03CB) is known color: Hot Magenta. HEX triplet: FA, 03 and CB. RGB value is (250,3,203). Sum of RGB (Red+Green+Blue) = 250+3+203=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA03CB is #05FC34. Grayscale: #636363. Windows color (decimal): -392245 or 13304826. OLE color: 13304826.
HSL color Cylindrical-coordinate representation of color #FA03CB: hue angle of 311.42º 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 #FA03CB is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 203 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.02 |
| HSL | 311.42º | 0.98% | 0.5% | - |
| HSV(B) | 311.42º | 0.99% | 0.98% | - |
| XYZ | 50.24 | 24.7 | 58.62 | - |
| YUV | 99.65 | 186.33 | 235.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 203 | 0 | 0.99 | 0.19 | 0.02 | 311.42 | 0.98 | 0.5 |
| Hex | FA | 3 | CB | 0 | 63 | 13 | 2 | 137 | 62 | 32 |
| Octal | 372 | 3 | 313 | 0 | 143 | 23 | 2 | 467 | 142 | 62 |
| Binary | 11111010 | 11 | 11001011 | 0 | 1100011 | 10011 | 10 | 100110111 | 1100010 | 110010 |
Color Harmonies of #FA03CB
Complementary color
Monochromatic Colors of #FA03CB
Black with #FA03CB
Text Example
Text Example
White with #FA03CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03CB; }
p { color: rgb(250,3,203); }
H1.HeaderClassName
{
color: #FA03CB;
}
.AnyTagClassName
{
color: #FA03CB;
}
</style>
background-color css
<style>
a { background-color: #FA03CB; }
a { background-color: rgb(250,3,203); }
div.DivClassName
{
background-color: #FA03CB;
}
.BgClassName
{
background-color: #FA03CB;
}
</style>
border-color css
<style>
span { border-color: #FA03CB; }
span { border-color: rgb(250,3,203); }
td.TdClassName
{
border-color: #FA03CB;
}
.TagClassName
{
border-color: #FA03CB;
}
</style>