Shades of Hot Magenta #FA05CF
Tints of Hot Magenta #FA05CF
RGB
CMYK
RGB Variations
Color information
#FA05CF (or 0xFA05CF) is known color: Hot Magenta. HEX triplet: FA, 05 and CF. RGB value is (250,5,207). Sum of RGB (Red+Green+Blue) = 250+5+207=462 (61% of max value = 765). Red value is 250 (98.05% from 255 or 54.11% from 462); Green value is 5 (2.34% from 255 or 1.08% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05CF is #05FA30. Grayscale: #646464. Windows color (decimal): -391729 or 13567482. OLE color: 13567482.
HSL color Cylindrical-coordinate representation of color #FA05CF: hue angle of 310.53º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05CF is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 207 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.02 |
| HSL | 310.53º | 0.96% | 0.5% | - |
| HSV(B) | 310.53º | 0.98% | 0.98% | - |
| XYZ | 50.74 | 24.94 | 61.17 | - |
| YUV | 101.28 | 187.67 | 234.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 207 | 0 | 0.98 | 0.17 | 0.02 | 310.53 | 0.96 | 0.5 |
| Hex | FA | 5 | CF | 0 | 62 | 11 | 2 | 137 | 60 | 32 |
| Octal | 372 | 5 | 317 | 0 | 142 | 21 | 2 | 467 | 140 | 62 |
| Binary | 11111010 | 101 | 11001111 | 0 | 1100010 | 10001 | 10 | 100110111 | 1100000 | 110010 |
Color Harmonies of #FA05CF
Complementary color
Monochromatic Colors of #FA05CF
Black with #FA05CF
Text Example
Text Example
White with #FA05CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05CF; }
p { color: rgb(250,5,207); }
H1.HeaderClassName
{
color: #FA05CF;
}
.AnyTagClassName
{
color: #FA05CF;
}
</style>
background-color css
<style>
a { background-color: #FA05CF; }
a { background-color: rgb(250,5,207); }
div.DivClassName
{
background-color: #FA05CF;
}
.BgClassName
{
background-color: #FA05CF;
}
</style>
border-color css
<style>
span { border-color: #FA05CF; }
span { border-color: rgb(250,5,207); }
td.TdClassName
{
border-color: #FA05CF;
}
.TagClassName
{
border-color: #FA05CF;
}
</style>