Shades of Hot Magenta #FA0CE0
Tints of Hot Magenta #FA0CE0
RGB
CMYK
RGB Variations
Color information
#FA0CE0 (or 0xFA0CE0) is known color: Hot Magenta. HEX triplet: FA, 0C and E0. RGB value is (250,12,224). Sum of RGB (Red+Green+Blue) = 250+12+224=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 12 (5.08% from 255 or 2.47% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CE0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CE0 is #05F31F. Grayscale: #6A6A6A. Windows color (decimal): -389920 or 14683386. OLE color: 14683386.
HSL color Cylindrical-coordinate representation of color #FA0CE0: hue angle of 306.55º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CE0 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 224 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.02 |
| HSL | 306.55º | 0.96% | 0.51% | - |
| HSV(B) | 306.55º | 0.95% | 0.98% | - |
| XYZ | 53.01 | 25.97 | 72.74 | - |
| YUV | 107.33 | 193.85 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 224 | 0 | 0.95 | 0.10 | 0.02 | 306.55 | 0.96 | 0.51 |
| Hex | FA | C | E0 | 0 | 5F | A | 2 | 133 | 60 | 33 |
| Octal | 372 | 14 | 340 | 0 | 137 | 12 | 2 | 463 | 140 | 63 |
| Binary | 11111010 | 1100 | 11100000 | 0 | 1011111 | 1010 | 10 | 100110011 | 1100000 | 110011 |
Color Harmonies of #FA0CE0
Complementary color
Monochromatic Colors of #FA0CE0
Black with #FA0CE0
Text Example
Text Example
White with #FA0CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CE0; }
p { color: rgb(250,12,224); }
H1.HeaderClassName
{
color: #FA0CE0;
}
.AnyTagClassName
{
color: #FA0CE0;
}
</style>
background-color css
<style>
a { background-color: #FA0CE0; }
a { background-color: rgb(250,12,224); }
div.DivClassName
{
background-color: #FA0CE0;
}
.BgClassName
{
background-color: #FA0CE0;
}
</style>
border-color css
<style>
span { border-color: #FA0CE0; }
span { border-color: rgb(250,12,224); }
td.TdClassName
{
border-color: #FA0CE0;
}
.TagClassName
{
border-color: #FA0CE0;
}
</style>