Shades of Magenta #FA0FF3
Tints of Magenta #FA0FF3
RGB
CMYK
RGB Variations
Color information
#FA0FF3 (or 0xFA0FF3) is known color: Magenta. HEX triplet: FA, 0F and F3. RGB value is (250,15,243). Sum of RGB (Red+Green+Blue) = 250+15+243=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 15 (6.25% from 255 or 2.95% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0FF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0FF3 is #05F00C. Grayscale: #6E6E6E. Windows color (decimal): -389133 or 15929338. OLE color: 15929338.
HSL color Cylindrical-coordinate representation of color #FA0FF3: hue angle of 301.79º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0FF3 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 15 | 243 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.02 |
| HSL | 301.79º | 0.96% | 0.52% | - |
| HSV(B) | 301.79º | 0.94% | 0.98% | - |
| XYZ | 55.77 | 27.14 | 87.09 | - |
| YUV | 111.26 | 202.36 | 226.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 15 | 243 | 0 | 0.94 | 0.03 | 0.02 | 301.79 | 0.96 | 0.52 |
| Hex | FA | F | F3 | 0 | 5E | 3 | 2 | 12E | 60 | 34 |
| Octal | 372 | 17 | 363 | 0 | 136 | 3 | 2 | 456 | 140 | 64 |
| Binary | 11111010 | 1111 | 11110011 | 0 | 1011110 | 11 | 10 | 100101110 | 1100000 | 110100 |
Color Harmonies of #FA0FF3
Complementary color
Monochromatic Colors of #FA0FF3
Black with #FA0FF3
Text Example
Text Example
White with #FA0FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0FF3; }
p { color: rgb(250,15,243); }
H1.HeaderClassName
{
color: #FA0FF3;
}
.AnyTagClassName
{
color: #FA0FF3;
}
</style>
background-color css
<style>
a { background-color: #FA0FF3; }
a { background-color: rgb(250,15,243); }
div.DivClassName
{
background-color: #FA0FF3;
}
.BgClassName
{
background-color: #FA0FF3;
}
</style>
border-color css
<style>
span { border-color: #FA0FF3; }
span { border-color: rgb(250,15,243); }
td.TdClassName
{
border-color: #FA0FF3;
}
.TagClassName
{
border-color: #FA0FF3;
}
</style>