Shades of Magenta #FA0CFE
Tints of Magenta #FA0CFE
RGB
CMYK
RGB Variations
Color information
#FA0CFE (or 0xFA0CFE) is known color: Magenta. HEX triplet: FA, 0C and FE. RGB value is (250,12,254). Sum of RGB (Red+Green+Blue) = 250+12+254=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 12 (5.08% from 255 or 2.33% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA0CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CFE is #05F301. Grayscale: #6E6E6E. Windows color (decimal): -389890 or 16649466. OLE color: 16649466.
HSL color Cylindrical-coordinate representation of color #FA0CFE: hue angle of 299.01º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CFE is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 12 | 254 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.00 |
| HSL | 299.01º | 0.99% | 0.52% | - |
| HSV(B) | 299.01º | 0.95% | 1% | - |
| XYZ | 57.45 | 27.74 | 96.09 | - |
| YUV | 110.75 | 208.85 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 254 | 0.02 | 0.95 | 0 | 0.00 | 299.01 | 0.99 | 0.52 |
| Hex | FA | C | FE | 2 | 5F | 0 | 0 | 12B | 63 | 34 |
| Octal | 372 | 14 | 376 | 2 | 137 | 0 | 0 | 453 | 143 | 64 |
| Binary | 11111010 | 1100 | 11111110 | 10 | 1011111 | 0 | 0 | 100101011 | 1100011 | 110100 |
Color Harmonies of #FA0CFE
Complementary color
Monochromatic Colors of #FA0CFE
Black with #FA0CFE
Text Example
Text Example
White with #FA0CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CFE; }
p { color: rgb(250,12,254); }
H1.HeaderClassName
{
color: #FA0CFE;
}
.AnyTagClassName
{
color: #FA0CFE;
}
</style>
background-color css
<style>
a { background-color: #FA0CFE; }
a { background-color: rgb(250,12,254); }
div.DivClassName
{
background-color: #FA0CFE;
}
.BgClassName
{
background-color: #FA0CFE;
}
</style>
border-color css
<style>
span { border-color: #FA0CFE; }
span { border-color: rgb(250,12,254); }
td.TdClassName
{
border-color: #FA0CFE;
}
.TagClassName
{
border-color: #FA0CFE;
}
</style>