Shades of Hot Magenta #FA08D5
Tints of Hot Magenta #FA08D5
RGB
CMYK
RGB Variations
Color information
#FA08D5 (or 0xFA08D5) is known color: Hot Magenta. HEX triplet: FA, 08 and D5. RGB value is (250,8,213). Sum of RGB (Red+Green+Blue) = 250+8+213=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA08D5 is #05F72A. Grayscale: #676767. Windows color (decimal): -390955 or 13961466. OLE color: 13961466.
HSL color Cylindrical-coordinate representation of color #FA08D5: hue angle of 309.17º 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 #FA08D5 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 213 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.02 |
| HSL | 309.17º | 0.96% | 0.51% | - |
| HSV(B) | 309.17º | 0.97% | 0.98% | - |
| XYZ | 51.52 | 25.3 | 65.12 | - |
| YUV | 103.73 | 189.67 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 213 | 0 | 0.97 | 0.15 | 0.02 | 309.17 | 0.96 | 0.51 |
| Hex | FA | 8 | D5 | 0 | 61 | F | 2 | 135 | 60 | 33 |
| Octal | 372 | 10 | 325 | 0 | 141 | 17 | 2 | 465 | 140 | 63 |
| Binary | 11111010 | 1000 | 11010101 | 0 | 1100001 | 1111 | 10 | 100110101 | 1100000 | 110011 |
Color Harmonies of #FA08D5
Complementary color
Monochromatic Colors of #FA08D5
Black with #FA08D5
Text Example
Text Example
White with #FA08D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA08D5; }
p { color: rgb(250,8,213); }
H1.HeaderClassName
{
color: #FA08D5;
}
.AnyTagClassName
{
color: #FA08D5;
}
</style>
background-color css
<style>
a { background-color: #FA08D5; }
a { background-color: rgb(250,8,213); }
div.DivClassName
{
background-color: #FA08D5;
}
.BgClassName
{
background-color: #FA08D5;
}
</style>
border-color css
<style>
span { border-color: #FA08D5; }
span { border-color: rgb(250,8,213); }
td.TdClassName
{
border-color: #FA08D5;
}
.TagClassName
{
border-color: #FA08D5;
}
</style>