Shades of Hot Magenta #FA08D4
Tints of Hot Magenta #FA08D4
RGB
CMYK
RGB Variations
Color information
#FA08D4 (or 0xFA08D4) is known color: Hot Magenta. HEX triplet: FA, 08 and D4. RGB value is (250,8,212). Sum of RGB (Red+Green+Blue) = 250+8+212=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08D4 is #05F72B. Grayscale: #676767. Windows color (decimal): -390956 or 13895930. OLE color: 13895930.
HSL color Cylindrical-coordinate representation of color #FA08D4: hue angle of 309.42º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA08D4 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 212 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.02 |
| HSL | 309.42º | 0.96% | 0.51% | - |
| HSV(B) | 309.42º | 0.97% | 0.98% | - |
| XYZ | 51.39 | 25.25 | 64.45 | - |
| YUV | 103.61 | 189.17 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 212 | 0 | 0.97 | 0.15 | 0.02 | 309.42 | 0.96 | 0.51 |
| Hex | FA | 8 | D4 | 0 | 61 | F | 2 | 135 | 60 | 33 |
| Octal | 372 | 10 | 324 | 0 | 141 | 17 | 2 | 465 | 140 | 63 |
| Binary | 11111010 | 1000 | 11010100 | 0 | 1100001 | 1111 | 10 | 100110101 | 1100000 | 110011 |
Color Harmonies of #FA08D4
Complementary color
Monochromatic Colors of #FA08D4
Black with #FA08D4
Text Example
Text Example
White with #FA08D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA08D4; }
p { color: rgb(250,8,212); }
H1.HeaderClassName
{
color: #FA08D4;
}
.AnyTagClassName
{
color: #FA08D4;
}
</style>
background-color css
<style>
a { background-color: #FA08D4; }
a { background-color: rgb(250,8,212); }
div.DivClassName
{
background-color: #FA08D4;
}
.BgClassName
{
background-color: #FA08D4;
}
</style>
border-color css
<style>
span { border-color: #FA08D4; }
span { border-color: rgb(250,8,212); }
td.TdClassName
{
border-color: #FA08D4;
}
.TagClassName
{
border-color: #FA08D4;
}
</style>