Shades of Hot Magenta #FA08C9
Tints of Hot Magenta #FA08C9
RGB
CMYK
RGB Variations
Color information
#FA08C9 (or 0xFA08C9) is known color: Hot Magenta. HEX triplet: FA, 08 and C9. RGB value is (250,8,201). Sum of RGB (Red+Green+Blue) = 250+8+201=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 8 (3.52% from 255 or 1.74% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08C9 is #05F736. Grayscale: #656565. Windows color (decimal): -390967 or 13175034. OLE color: 13175034.
HSL color Cylindrical-coordinate representation of color #FA08C9: hue angle of 312.15º 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 #FA08C9 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 201 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.02 |
| HSL | 312.15º | 0.96% | 0.51% | - |
| HSV(B) | 312.15º | 0.97% | 0.98% | - |
| XYZ | 50.05 | 24.71 | 57.39 | - |
| YUV | 102.36 | 183.67 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 201 | 0 | 0.97 | 0.20 | 0.02 | 312.15 | 0.96 | 0.51 |
| Hex | FA | 8 | C9 | 0 | 61 | 14 | 2 | 138 | 60 | 33 |
| Octal | 372 | 10 | 311 | 0 | 141 | 24 | 2 | 470 | 140 | 63 |
| Binary | 11111010 | 1000 | 11001001 | 0 | 1100001 | 10100 | 10 | 100111000 | 1100000 | 110011 |
Color Harmonies of #FA08C9
Complementary color
Monochromatic Colors of #FA08C9
Black with #FA08C9
Text Example
Text Example
White with #FA08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA08C9; }
p { color: rgb(250,8,201); }
H1.HeaderClassName
{
color: #FA08C9;
}
.AnyTagClassName
{
color: #FA08C9;
}
</style>
background-color css
<style>
a { background-color: #FA08C9; }
a { background-color: rgb(250,8,201); }
div.DivClassName
{
background-color: #FA08C9;
}
.BgClassName
{
background-color: #FA08C9;
}
</style>
border-color css
<style>
span { border-color: #FA08C9; }
span { border-color: rgb(250,8,201); }
td.TdClassName
{
border-color: #FA08C9;
}
.TagClassName
{
border-color: #FA08C9;
}
</style>