Shades of Hot Magenta #FA0CE5
Tints of Hot Magenta #FA0CE5
RGB
CMYK
RGB Variations
Color information
#FA0CE5 (or 0xFA0CE5) is known color: Hot Magenta. HEX triplet: FA, 0C and E5. RGB value is (250,12,229). Sum of RGB (Red+Green+Blue) = 250+12+229=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 12 (5.08% from 255 or 2.44% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CE5 is #05F31A. Grayscale: #6B6B6B. Windows color (decimal): -389915 or 15011066. OLE color: 15011066.
HSL color Cylindrical-coordinate representation of color #FA0CE5: hue angle of 305.29º 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 #FA0CE5 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 229 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.02 |
| HSL | 305.29º | 0.96% | 0.51% | - |
| HSV(B) | 305.29º | 0.95% | 0.98% | - |
| XYZ | 53.7 | 26.24 | 76.36 | - |
| YUV | 107.9 | 196.35 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 229 | 0 | 0.95 | 0.08 | 0.02 | 305.29 | 0.96 | 0.51 |
| Hex | FA | C | E5 | 0 | 5F | 8 | 2 | 131 | 60 | 33 |
| Octal | 372 | 14 | 345 | 0 | 137 | 10 | 2 | 461 | 140 | 63 |
| Binary | 11111010 | 1100 | 11100101 | 0 | 1011111 | 1000 | 10 | 100110001 | 1100000 | 110011 |
Color Harmonies of #FA0CE5
Complementary color
Monochromatic Colors of #FA0CE5
Black with #FA0CE5
Text Example
Text Example
White with #FA0CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CE5; }
p { color: rgb(250,12,229); }
H1.HeaderClassName
{
color: #FA0CE5;
}
.AnyTagClassName
{
color: #FA0CE5;
}
</style>
background-color css
<style>
a { background-color: #FA0CE5; }
a { background-color: rgb(250,12,229); }
div.DivClassName
{
background-color: #FA0CE5;
}
.BgClassName
{
background-color: #FA0CE5;
}
</style>
border-color css
<style>
span { border-color: #FA0CE5; }
span { border-color: rgb(250,12,229); }
td.TdClassName
{
border-color: #FA0CE5;
}
.TagClassName
{
border-color: #FA0CE5;
}
</style>