Shades of Hot Magenta #FA0ECF
Tints of Hot Magenta #FA0ECF
RGB
CMYK
RGB Variations
Color information
#FA0ECF (or 0xFA0ECF) is known color: Hot Magenta. HEX triplet: FA, 0E and CF. RGB value is (250,14,207). Sum of RGB (Red+Green+Blue) = 250+14+207=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 14 (5.86% from 255 or 2.97% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ECF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ECF is #05F130. Grayscale: #6A6A6A. Windows color (decimal): -389425 or 13569786. OLE color: 13569786.
HSL color Cylindrical-coordinate representation of color #FA0ECF: hue angle of 310.93º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0ECF is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 207 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.02 |
| HSL | 310.93º | 0.96% | 0.52% | - |
| HSV(B) | 310.93º | 0.94% | 0.98% | - |
| XYZ | 50.84 | 25.14 | 61.2 | - |
| YUV | 106.57 | 184.69 | 230.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 207 | 0 | 0.94 | 0.17 | 0.02 | 310.93 | 0.96 | 0.52 |
| Hex | FA | E | CF | 0 | 5E | 11 | 2 | 137 | 60 | 34 |
| Octal | 372 | 16 | 317 | 0 | 136 | 21 | 2 | 467 | 140 | 64 |
| Binary | 11111010 | 1110 | 11001111 | 0 | 1011110 | 10001 | 10 | 100110111 | 1100000 | 110100 |
Color Harmonies of #FA0ECF
Complementary color
Monochromatic Colors of #FA0ECF
Black with #FA0ECF
Text Example
Text Example
White with #FA0ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ECF; }
p { color: rgb(250,14,207); }
H1.HeaderClassName
{
color: #FA0ECF;
}
.AnyTagClassName
{
color: #FA0ECF;
}
</style>
background-color css
<style>
a { background-color: #FA0ECF; }
a { background-color: rgb(250,14,207); }
div.DivClassName
{
background-color: #FA0ECF;
}
.BgClassName
{
background-color: #FA0ECF;
}
</style>
border-color css
<style>
span { border-color: #FA0ECF; }
span { border-color: rgb(250,14,207); }
td.TdClassName
{
border-color: #FA0ECF;
}
.TagClassName
{
border-color: #FA0ECF;
}
</style>