Shades of Hot Magenta #FA0DCF
Tints of Hot Magenta #FA0DCF
RGB
CMYK
RGB Variations
Color information
#FA0DCF (or 0xFA0DCF) is known color: Hot Magenta. HEX triplet: FA, 0D and CF. RGB value is (250,13,207). Sum of RGB (Red+Green+Blue) = 250+13+207=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 13 (5.47% from 255 or 2.77% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DCF is #05F230. Grayscale: #696969. Windows color (decimal): -389681 or 13569530. OLE color: 13569530.
HSL color Cylindrical-coordinate representation of color #FA0DCF: hue angle of 310.89º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DCF is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 207 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.02 |
| HSL | 310.89º | 0.96% | 0.52% | - |
| HSV(B) | 310.89º | 0.95% | 0.98% | - |
| XYZ | 50.83 | 25.12 | 61.2 | - |
| YUV | 105.98 | 185.02 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 207 | 0 | 0.95 | 0.17 | 0.02 | 310.89 | 0.96 | 0.52 |
| Hex | FA | D | CF | 0 | 5F | 11 | 2 | 137 | 60 | 34 |
| Octal | 372 | 15 | 317 | 0 | 137 | 21 | 2 | 467 | 140 | 64 |
| Binary | 11111010 | 1101 | 11001111 | 0 | 1011111 | 10001 | 10 | 100110111 | 1100000 | 110100 |
Color Harmonies of #FA0DCF
Complementary color
Monochromatic Colors of #FA0DCF
Black with #FA0DCF
Text Example
Text Example
White with #FA0DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DCF; }
p { color: rgb(250,13,207); }
H1.HeaderClassName
{
color: #FA0DCF;
}
.AnyTagClassName
{
color: #FA0DCF;
}
</style>
background-color css
<style>
a { background-color: #FA0DCF; }
a { background-color: rgb(250,13,207); }
div.DivClassName
{
background-color: #FA0DCF;
}
.BgClassName
{
background-color: #FA0DCF;
}
</style>
border-color css
<style>
span { border-color: #FA0DCF; }
span { border-color: rgb(250,13,207); }
td.TdClassName
{
border-color: #FA0DCF;
}
.TagClassName
{
border-color: #FA0DCF;
}
</style>