Shades of Magenta #FA0CF0
Tints of Magenta #FA0CF0
RGB
CMYK
RGB Variations
Color information
#FA0CF0 (or 0xFA0CF0) is known color: Magenta. HEX triplet: FA, 0C and F0. RGB value is (250,12,240). Sum of RGB (Red+Green+Blue) = 250+12+240=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CF0 is #05F30F. Grayscale: #6C6C6C. Windows color (decimal): -389904 or 15731962. OLE color: 15731962.
HSL color Cylindrical-coordinate representation of color #FA0CF0: hue angle of 302.52º 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 #FA0CF0 is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 240 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.02 |
| HSL | 302.52º | 0.96% | 0.51% | - |
| HSV(B) | 302.52º | 0.95% | 0.98% | - |
| XYZ | 55.28 | 26.88 | 84.71 | - |
| YUV | 109.15 | 201.85 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 240 | 0 | 0.95 | 0.04 | 0.02 | 302.52 | 0.96 | 0.51 |
| Hex | FA | C | F0 | 0 | 5F | 4 | 2 | 12F | 60 | 33 |
| Octal | 372 | 14 | 360 | 0 | 137 | 4 | 2 | 457 | 140 | 63 |
| Binary | 11111010 | 1100 | 11110000 | 0 | 1011111 | 100 | 10 | 100101111 | 1100000 | 110011 |
Color Harmonies of #FA0CF0
Complementary color
Monochromatic Colors of #FA0CF0
Black with #FA0CF0
Text Example
Text Example
White with #FA0CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CF0; }
p { color: rgb(250,12,240); }
H1.HeaderClassName
{
color: #FA0CF0;
}
.AnyTagClassName
{
color: #FA0CF0;
}
</style>
background-color css
<style>
a { background-color: #FA0CF0; }
a { background-color: rgb(250,12,240); }
div.DivClassName
{
background-color: #FA0CF0;
}
.BgClassName
{
background-color: #FA0CF0;
}
</style>
border-color css
<style>
span { border-color: #FA0CF0; }
span { border-color: rgb(250,12,240); }
td.TdClassName
{
border-color: #FA0CF0;
}
.TagClassName
{
border-color: #FA0CF0;
}
</style>