Shades of Magenta #FA0CFD
Tints of Magenta #FA0CFD
RGB
CMYK
RGB Variations
Color information
#FA0CFD (or 0xFA0CFD) is known color: Magenta. HEX triplet: FA, 0C and FD. RGB value is (250,12,253). Sum of RGB (Red+Green+Blue) = 250+12+253=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 12 (5.08% from 255 or 2.33% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA0CFD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0CFD is #05F302. Grayscale: #6D6D6D. Windows color (decimal): -389891 or 16583930. OLE color: 16583930.
HSL color Cylindrical-coordinate representation of color #FA0CFD: hue angle of 299.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CFD is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 12 | 253 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.01 |
| HSL | 299.25º | 0.98% | 0.52% | - |
| HSV(B) | 299.25º | 0.95% | 0.99% | - |
| XYZ | 57.29 | 27.68 | 95.25 | - |
| YUV | 110.64 | 208.35 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 253 | 0.01 | 0.95 | 0 | 0.01 | 299.25 | 0.98 | 0.52 |
| Hex | FA | C | FD | 1 | 5F | 0 | 1 | 12B | 62 | 34 |
| Octal | 372 | 14 | 375 | 1 | 137 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111010 | 1100 | 11111101 | 1 | 1011111 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #FA0CFD
Complementary color
Monochromatic Colors of #FA0CFD
Black with #FA0CFD
Text Example
Text Example
White with #FA0CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CFD; }
p { color: rgb(250,12,253); }
H1.HeaderClassName
{
color: #FA0CFD;
}
.AnyTagClassName
{
color: #FA0CFD;
}
</style>
background-color css
<style>
a { background-color: #FA0CFD; }
a { background-color: rgb(250,12,253); }
div.DivClassName
{
background-color: #FA0CFD;
}
.BgClassName
{
background-color: #FA0CFD;
}
</style>
border-color css
<style>
span { border-color: #FA0CFD; }
span { border-color: rgb(250,12,253); }
td.TdClassName
{
border-color: #FA0CFD;
}
.TagClassName
{
border-color: #FA0CFD;
}
</style>