Shades of Magenta #FA05FF
Tints of Magenta #FA05FF
RGB
CMYK
RGB Variations
Color information
#FA05FF (or 0xFA05FF) is known color: Magenta. HEX triplet: FA, 05 and FF. RGB value is (250,5,255). Sum of RGB (Red+Green+Blue) = 250+5+255=510 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.02% from 510); Green value is 5 (2.34% from 255 or 0.98% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA05FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA05FF is #05FA00. Grayscale: #6A6A6A. Windows color (decimal): -391681 or 16713210. OLE color: 16713210.
HSL color Cylindrical-coordinate representation of color #FA05FF: hue angle of 298.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05FF is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 5 | 255 | - |
| CMYK | 0.02 | 0.98 | 0 | 0 |
| HSL | 298.8º | 1% | 0.51% | - |
| HSV(B) | 298.8º | 0.98% | 1% | - |
| XYZ | 57.53 | 27.65 | 96.91 | - |
| YUV | 106.76 | 211.67 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 255 | 0.02 | 0.98 | 0 | 0 | 298.8 | 1 | 0.51 |
| Hex | FA | 5 | FF | 2 | 62 | 0 | 0 | 12B | 64 | 33 |
| Octal | 372 | 5 | 377 | 2 | 142 | 0 | 0 | 453 | 144 | 63 |
| Binary | 11111010 | 101 | 11111111 | 10 | 1100010 | 0 | 0 | 100101011 | 1100100 | 110011 |
Color Harmonies of #FA05FF
Complementary color
Monochromatic Colors of #FA05FF
Black with #FA05FF
Text Example
Text Example
White with #FA05FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05FF; }
p { color: rgb(250,5,255); }
H1.HeaderClassName
{
color: #FA05FF;
}
.AnyTagClassName
{
color: #FA05FF;
}
</style>
background-color css
<style>
a { background-color: #FA05FF; }
a { background-color: rgb(250,5,255); }
div.DivClassName
{
background-color: #FA05FF;
}
.BgClassName
{
background-color: #FA05FF;
}
</style>
border-color css
<style>
span { border-color: #FA05FF; }
span { border-color: rgb(250,5,255); }
td.TdClassName
{
border-color: #FA05FF;
}
.TagClassName
{
border-color: #FA05FF;
}
</style>