Shades of Magenta #FA0CEF
Tints of Magenta #FA0CEF
RGB
CMYK
RGB Variations
Color information
#FA0CEF (or 0xFA0CEF) is known color: Magenta. HEX triplet: FA, 0C and EF. RGB value is (250,12,239). Sum of RGB (Red+Green+Blue) = 250+12+239=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 12 (5.08% from 255 or 2.40% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CEF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CEF is #05F310. Grayscale: #6C6C6C. Windows color (decimal): -389905 or 15666426. OLE color: 15666426.
HSL color Cylindrical-coordinate representation of color #FA0CEF: hue angle of 302.77º 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 #FA0CEF is Cyan = 0, Magento = 0.95, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 239 | - |
| CMYK | 0 | 0.95 | 0.04 | 0.02 |
| HSL | 302.77º | 0.96% | 0.51% | - |
| HSV(B) | 302.77º | 0.95% | 0.98% | - |
| XYZ | 55.14 | 26.82 | 83.93 | - |
| YUV | 109.04 | 201.35 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 239 | 0 | 0.95 | 0.04 | 0.02 | 302.77 | 0.96 | 0.51 |
| Hex | FA | C | EF | 0 | 5F | 4 | 2 | 12F | 60 | 33 |
| Octal | 372 | 14 | 357 | 0 | 137 | 4 | 2 | 457 | 140 | 63 |
| Binary | 11111010 | 1100 | 11101111 | 0 | 1011111 | 100 | 10 | 100101111 | 1100000 | 110011 |
Color Harmonies of #FA0CEF
Complementary color
Monochromatic Colors of #FA0CEF
Black with #FA0CEF
Text Example
Text Example
White with #FA0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CEF; }
p { color: rgb(250,12,239); }
H1.HeaderClassName
{
color: #FA0CEF;
}
.AnyTagClassName
{
color: #FA0CEF;
}
</style>
background-color css
<style>
a { background-color: #FA0CEF; }
a { background-color: rgb(250,12,239); }
div.DivClassName
{
background-color: #FA0CEF;
}
.BgClassName
{
background-color: #FA0CEF;
}
</style>
border-color css
<style>
span { border-color: #FA0CEF; }
span { border-color: rgb(250,12,239); }
td.TdClassName
{
border-color: #FA0CEF;
}
.TagClassName
{
border-color: #FA0CEF;
}
</style>