Shades of Hot Magenta #FA0CDF
Tints of Hot Magenta #FA0CDF
RGB
CMYK
RGB Variations
Color information
#FA0CDF (or 0xFA0CDF) is known color: Hot Magenta. HEX triplet: FA, 0C and DF. RGB value is (250,12,223). Sum of RGB (Red+Green+Blue) = 250+12+223=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 12 (5.08% from 255 or 2.47% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CDF is #05F320. Grayscale: #6A6A6A. Windows color (decimal): -389921 or 14617850. OLE color: 14617850.
HSL color Cylindrical-coordinate representation of color #FA0CDF: hue angle of 306.81º 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 #FA0CDF is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 223 | - |
| CMYK | 0 | 0.95 | 0.11 | 0.02 |
| HSL | 306.81º | 0.96% | 0.51% | - |
| HSV(B) | 306.81º | 0.95% | 0.98% | - |
| XYZ | 52.88 | 25.91 | 72.03 | - |
| YUV | 107.22 | 193.35 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 223 | 0 | 0.95 | 0.11 | 0.02 | 306.81 | 0.96 | 0.51 |
| Hex | FA | C | DF | 0 | 5F | B | 2 | 133 | 60 | 33 |
| Octal | 372 | 14 | 337 | 0 | 137 | 13 | 2 | 463 | 140 | 63 |
| Binary | 11111010 | 1100 | 11011111 | 0 | 1011111 | 1011 | 10 | 100110011 | 1100000 | 110011 |
Color Harmonies of #FA0CDF
Complementary color
Monochromatic Colors of #FA0CDF
Black with #FA0CDF
Text Example
Text Example
White with #FA0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CDF; }
p { color: rgb(250,12,223); }
H1.HeaderClassName
{
color: #FA0CDF;
}
.AnyTagClassName
{
color: #FA0CDF;
}
</style>
background-color css
<style>
a { background-color: #FA0CDF; }
a { background-color: rgb(250,12,223); }
div.DivClassName
{
background-color: #FA0CDF;
}
.BgClassName
{
background-color: #FA0CDF;
}
</style>
border-color css
<style>
span { border-color: #FA0CDF; }
span { border-color: rgb(250,12,223); }
td.TdClassName
{
border-color: #FA0CDF;
}
.TagClassName
{
border-color: #FA0CDF;
}
</style>