Shades of Magenta #FA11F3
Tints of Magenta #FA11F3
RGB
CMYK
RGB Variations
Color information
#FA11F3 (or 0xFA11F3) is known color: Magenta. HEX triplet: FA, 11 and F3. RGB value is (250,17,243). Sum of RGB (Red+Green+Blue) = 250+17+243=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 17 (7.03% from 255 or 3.33% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 250 - color contains mainly: red. Hex color #FA11F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA11F3 is #05EE0C. Grayscale: #6F6F6F. Windows color (decimal): -388621 or 15929850. OLE color: 15929850.
HSL color Cylindrical-coordinate representation of color #FA11F3: hue angle of 301.8º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA11F3 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 243 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.02 |
| HSL | 301.8º | 0.96% | 0.52% | - |
| HSV(B) | 301.8º | 0.93% | 0.98% | - |
| XYZ | 55.8 | 27.2 | 87.1 | - |
| YUV | 112.43 | 201.69 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 243 | 0 | 0.93 | 0.03 | 0.02 | 301.8 | 0.96 | 0.52 |
| Hex | FA | 11 | F3 | 0 | 5D | 3 | 2 | 12E | 60 | 34 |
| Octal | 372 | 21 | 363 | 0 | 135 | 3 | 2 | 456 | 140 | 64 |
| Binary | 11111010 | 10001 | 11110011 | 0 | 1011101 | 11 | 10 | 100101110 | 1100000 | 110100 |
Color Harmonies of #FA11F3
Complementary color
Monochromatic Colors of #FA11F3
Black with #FA11F3
Text Example
Text Example
White with #FA11F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA11F3; }
p { color: rgb(250,17,243); }
H1.HeaderClassName
{
color: #FA11F3;
}
.AnyTagClassName
{
color: #FA11F3;
}
</style>
background-color css
<style>
a { background-color: #FA11F3; }
a { background-color: rgb(250,17,243); }
div.DivClassName
{
background-color: #FA11F3;
}
.BgClassName
{
background-color: #FA11F3;
}
</style>
border-color css
<style>
span { border-color: #FA11F3; }
span { border-color: rgb(250,17,243); }
td.TdClassName
{
border-color: #FA11F3;
}
.TagClassName
{
border-color: #FA11F3;
}
</style>