Shades of Magenta #FA1CFD
Tints of Magenta #FA1CFD
RGB
CMYK
RGB Variations
Color information
#FA1CFD (or 0xFA1CFD) is known color: Magenta. HEX triplet: FA, 1C and FD. RGB value is (250,28,253). Sum of RGB (Red+Green+Blue) = 250+28+253=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 28 (11.33% from 255 or 5.27% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA1CFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1CFD is #05E302. Grayscale: #777777. Windows color (decimal): -385795 or 16588026. OLE color: 16588026.
HSL color Cylindrical-coordinate representation of color #FA1CFD: hue angle of 299.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1CFD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 28 | 253 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.01 |
| HSL | 299.2º | 0.98% | 0.55% | - |
| HSV(B) | 299.2º | 0.89% | 0.99% | - |
| XYZ | 57.57 | 28.25 | 95.35 | - |
| YUV | 120.03 | 203.05 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 253 | 0.01 | 0.89 | 0 | 0.01 | 299.2 | 0.98 | 0.55 |
| Hex | FA | 1C | FD | 1 | 59 | 0 | 1 | 12B | 62 | 37 |
| Octal | 372 | 34 | 375 | 1 | 131 | 0 | 1 | 453 | 142 | 67 |
| Binary | 11111010 | 11100 | 11111101 | 1 | 1011001 | 0 | 1 | 100101011 | 1100010 | 110111 |
Color Harmonies of #FA1CFD
Complementary color
Monochromatic Colors of #FA1CFD
Black with #FA1CFD
Text Example
Text Example
White with #FA1CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1CFD; }
p { color: rgb(250,28,253); }
H1.HeaderClassName
{
color: #FA1CFD;
}
.AnyTagClassName
{
color: #FA1CFD;
}
</style>
background-color css
<style>
a { background-color: #FA1CFD; }
a { background-color: rgb(250,28,253); }
div.DivClassName
{
background-color: #FA1CFD;
}
.BgClassName
{
background-color: #FA1CFD;
}
</style>
border-color css
<style>
span { border-color: #FA1CFD; }
span { border-color: rgb(250,28,253); }
td.TdClassName
{
border-color: #FA1CFD;
}
.TagClassName
{
border-color: #FA1CFD;
}
</style>