Shades of Magenta #FA0DF2
Tints of Magenta #FA0DF2
RGB
CMYK
RGB Variations
Color information
#FA0DF2 (or 0xFA0DF2) is known color: Magenta. HEX triplet: FA, 0D and F2. RGB value is (250,13,242). Sum of RGB (Red+Green+Blue) = 250+13+242=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 13 (5.47% from 255 or 2.57% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0DF2 is #05F20D. Grayscale: #6D6D6D. Windows color (decimal): -389646 or 15863290. OLE color: 15863290.
HSL color Cylindrical-coordinate representation of color #FA0DF2: hue angle of 302.03º 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 #FA0DF2 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 242 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.02 |
| HSL | 302.03º | 0.96% | 0.52% | - |
| HSV(B) | 302.03º | 0.95% | 0.98% | - |
| XYZ | 55.6 | 27.02 | 86.29 | - |
| YUV | 109.97 | 202.52 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 242 | 0 | 0.95 | 0.03 | 0.02 | 302.03 | 0.96 | 0.52 |
| Hex | FA | D | F2 | 0 | 5F | 3 | 2 | 12E | 60 | 34 |
| Octal | 372 | 15 | 362 | 0 | 137 | 3 | 2 | 456 | 140 | 64 |
| Binary | 11111010 | 1101 | 11110010 | 0 | 1011111 | 11 | 10 | 100101110 | 1100000 | 110100 |
Color Harmonies of #FA0DF2
Complementary color
Monochromatic Colors of #FA0DF2
Black with #FA0DF2
Text Example
Text Example
White with #FA0DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DF2; }
p { color: rgb(250,13,242); }
H1.HeaderClassName
{
color: #FA0DF2;
}
.AnyTagClassName
{
color: #FA0DF2;
}
</style>
background-color css
<style>
a { background-color: #FA0DF2; }
a { background-color: rgb(250,13,242); }
div.DivClassName
{
background-color: #FA0DF2;
}
.BgClassName
{
background-color: #FA0DF2;
}
</style>
border-color css
<style>
span { border-color: #FA0DF2; }
span { border-color: rgb(250,13,242); }
td.TdClassName
{
border-color: #FA0DF2;
}
.TagClassName
{
border-color: #FA0DF2;
}
</style>