Shades of Magenta #FA0FFC
Tints of Magenta #FA0FFC
RGB
CMYK
RGB Variations
Color information
#FA0FFC (or 0xFA0FFC) is known color: Magenta. HEX triplet: FA, 0F and FC. RGB value is (250,15,252). Sum of RGB (Red+Green+Blue) = 250+15+252=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 15 (6.25% from 255 or 2.90% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA0FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FFC is #05F003. Grayscale: #6F6F6F. Windows color (decimal): -389124 or 16519162. OLE color: 16519162.
HSL color Cylindrical-coordinate representation of color #FA0FFC: hue angle of 299.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FFC is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 15 | 252 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.01 |
| HSL | 299.49º | 0.98% | 0.52% | - |
| HSV(B) | 299.49º | 0.94% | 0.99% | - |
| XYZ | 57.17 | 27.69 | 94.43 | - |
| YUV | 112.28 | 206.86 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 252 | 0.01 | 0.94 | 0 | 0.01 | 299.49 | 0.98 | 0.52 |
| Hex | FA | F | FC | 1 | 5E | 0 | 1 | 12B | 62 | 34 |
| Octal | 372 | 17 | 374 | 1 | 136 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111010 | 1111 | 11111100 | 1 | 1011110 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #FA0FFC
Complementary color
Monochromatic Colors of #FA0FFC
Black with #FA0FFC
Text Example
Text Example
White with #FA0FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FFC; }
p { color: rgb(250,15,252); }
H1.HeaderClassName
{
color: #FA0FFC;
}
.AnyTagClassName
{
color: #FA0FFC;
}
</style>
background-color css
<style>
a { background-color: #FA0FFC; }
a { background-color: rgb(250,15,252); }
div.DivClassName
{
background-color: #FA0FFC;
}
.BgClassName
{
background-color: #FA0FFC;
}
</style>
border-color css
<style>
span { border-color: #FA0FFC; }
span { border-color: rgb(250,15,252); }
td.TdClassName
{
border-color: #FA0FFC;
}
.TagClassName
{
border-color: #FA0FFC;
}
</style>