Shades of Hot Magenta #FA00CF
Tints of Hot Magenta #FA00CF
RGB
CMYK
RGB Variations
Color information
#FA00CF (or 0xFA00CF) is known color: Hot Magenta. HEX triplet: FA, 00 and CF. RGB value is (250,0,207). Sum of RGB (Red+Green+Blue) = 250+0+207=457 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.70% from 457); Green value is 0 (0.39% from 255 or 0% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00CF is #05FF30. Grayscale: #616161. Windows color (decimal): -393009 or 13566202. OLE color: 13566202.
HSL color Cylindrical-coordinate representation of color #FA00CF: hue angle of 310.32º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00CF is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 207 | - |
| CMYK | 0 | 1 | 0.17 | 0.02 |
| HSL | 310.32º | 1% | 0.49% | - |
| HSV(B) | 310.32º | 1% | 0.98% | - |
| XYZ | 50.69 | 24.83 | 61.15 | - |
| YUV | 98.35 | 189.33 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 207 | 0 | 1 | 0.17 | 0.02 | 310.32 | 1 | 0.49 |
| Hex | FA | 0 | CF | 0 | 64 | 11 | 2 | 136 | 64 | 31 |
| Octal | 372 | 0 | 317 | 0 | 144 | 21 | 2 | 466 | 144 | 61 |
| Binary | 11111010 | 0 | 11001111 | 0 | 1100100 | 10001 | 10 | 100110110 | 1100100 | 110001 |
Color Harmonies of #FA00CF
Complementary color
Monochromatic Colors of #FA00CF
Black with #FA00CF
Text Example
Text Example
White with #FA00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00CF; }
p { color: rgb(250,0,207); }
H1.HeaderClassName
{
color: #FA00CF;
}
.AnyTagClassName
{
color: #FA00CF;
}
</style>
background-color css
<style>
a { background-color: #FA00CF; }
a { background-color: rgb(250,0,207); }
div.DivClassName
{
background-color: #FA00CF;
}
.BgClassName
{
background-color: #FA00CF;
}
</style>
border-color css
<style>
span { border-color: #FA00CF; }
span { border-color: rgb(250,0,207); }
td.TdClassName
{
border-color: #FA00CF;
}
.TagClassName
{
border-color: #FA00CF;
}
</style>