Shades of Hot Magenta #FA03DF
Tints of Hot Magenta #FA03DF
RGB
CMYK
RGB Variations
Color information
#FA03DF (or 0xFA03DF) is known color: Hot Magenta. HEX triplet: FA, 03 and DF. RGB value is (250,3,223). Sum of RGB (Red+Green+Blue) = 250+3+223=476 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.52% from 476); Green value is 3 (1.56% from 255 or 0.63% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA03DF is #05FC20. Grayscale: #656565. Windows color (decimal): -392225 or 14615546. OLE color: 14615546.
HSL color Cylindrical-coordinate representation of color #FA03DF: hue angle of 306.56º 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 #FA03DF is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.02 |
| HSL | 306.56º | 0.98% | 0.5% | - |
| HSV(B) | 306.56º | 0.99% | 0.98% | - |
| XYZ | 52.78 | 25.72 | 71.99 | - |
| YUV | 101.93 | 196.33 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 223 | 0 | 0.99 | 0.11 | 0.02 | 306.56 | 0.98 | 0.5 |
| Hex | FA | 3 | DF | 0 | 63 | B | 2 | 133 | 62 | 32 |
| Octal | 372 | 3 | 337 | 0 | 143 | 13 | 2 | 463 | 142 | 62 |
| Binary | 11111010 | 11 | 11011111 | 0 | 1100011 | 1011 | 10 | 100110011 | 1100010 | 110010 |
Color Harmonies of #FA03DF
Complementary color
Monochromatic Colors of #FA03DF
Black with #FA03DF
Text Example
Text Example
White with #FA03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03DF; }
p { color: rgb(250,3,223); }
H1.HeaderClassName
{
color: #FA03DF;
}
.AnyTagClassName
{
color: #FA03DF;
}
</style>
background-color css
<style>
a { background-color: #FA03DF; }
a { background-color: rgb(250,3,223); }
div.DivClassName
{
background-color: #FA03DF;
}
.BgClassName
{
background-color: #FA03DF;
}
</style>
border-color css
<style>
span { border-color: #FA03DF; }
span { border-color: rgb(250,3,223); }
td.TdClassName
{
border-color: #FA03DF;
}
.TagClassName
{
border-color: #FA03DF;
}
</style>