Shades of Magenta #FA0CF2
Tints of Magenta #FA0CF2
RGB
CMYK
RGB Variations
Color information
#FA0CF2 (or 0xFA0CF2) is known color: Magenta. HEX triplet: FA, 0C and F2. RGB value is (250,12,242). Sum of RGB (Red+Green+Blue) = 250+12+242=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 12 (5.08% from 255 or 2.38% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CF2 is #05F30D. Grayscale: #6C6C6C. Windows color (decimal): -389902 or 15863034. OLE color: 15863034.
HSL color Cylindrical-coordinate representation of color #FA0CF2: hue angle of 302.02º 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 #FA0CF2 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 242 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.02 |
| HSL | 302.02º | 0.96% | 0.51% | - |
| HSV(B) | 302.02º | 0.95% | 0.98% | - |
| XYZ | 55.58 | 27 | 86.29 | - |
| YUV | 109.38 | 202.85 | 228.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 242 | 0 | 0.95 | 0.03 | 0.02 | 302.02 | 0.96 | 0.51 |
| Hex | FA | C | F2 | 0 | 5F | 3 | 2 | 12E | 60 | 33 |
| Octal | 372 | 14 | 362 | 0 | 137 | 3 | 2 | 456 | 140 | 63 |
| Binary | 11111010 | 1100 | 11110010 | 0 | 1011111 | 11 | 10 | 100101110 | 1100000 | 110011 |
Color Harmonies of #FA0CF2
Complementary color
Monochromatic Colors of #FA0CF2
Black with #FA0CF2
Text Example
Text Example
White with #FA0CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CF2; }
p { color: rgb(250,12,242); }
H1.HeaderClassName
{
color: #FA0CF2;
}
.AnyTagClassName
{
color: #FA0CF2;
}
</style>
background-color css
<style>
a { background-color: #FA0CF2; }
a { background-color: rgb(250,12,242); }
div.DivClassName
{
background-color: #FA0CF2;
}
.BgClassName
{
background-color: #FA0CF2;
}
</style>
border-color css
<style>
span { border-color: #FA0CF2; }
span { border-color: rgb(250,12,242); }
td.TdClassName
{
border-color: #FA0CF2;
}
.TagClassName
{
border-color: #FA0CF2;
}
</style>