Shades of Magenta #FA08F5
Tints of Magenta #FA08F5
RGB
CMYK
RGB Variations
Color information
#FA08F5 (or 0xFA08F5) is known color: Magenta. HEX triplet: FA, 08 and F5. RGB value is (250,8,245). Sum of RGB (Red+Green+Blue) = 250+8+245=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 8 (3.52% from 255 or 1.59% from 503); Blue value is 245 (96.09% from 255 or 48.71% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA08F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA08F5 is #05F70A. Grayscale: #6A6A6A. Windows color (decimal): -390923 or 16058618. OLE color: 16058618.
HSL color Cylindrical-coordinate representation of color #FA08F5: hue angle of 301.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA08F5 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 245 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.02 |
| HSL | 301.24º | 0.96% | 0.51% | - |
| HSV(B) | 301.24º | 0.97% | 0.98% | - |
| XYZ | 55.99 | 27.09 | 88.66 | - |
| YUV | 107.38 | 205.67 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 245 | 0 | 0.97 | 0.02 | 0.02 | 301.24 | 0.96 | 0.51 |
| Hex | FA | 8 | F5 | 0 | 61 | 2 | 2 | 12D | 60 | 33 |
| Octal | 372 | 10 | 365 | 0 | 141 | 2 | 2 | 455 | 140 | 63 |
| Binary | 11111010 | 1000 | 11110101 | 0 | 1100001 | 10 | 10 | 100101101 | 1100000 | 110011 |
Color Harmonies of #FA08F5
Complementary color
Monochromatic Colors of #FA08F5
Black with #FA08F5
Text Example
Text Example
White with #FA08F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA08F5; }
p { color: rgb(250,8,245); }
H1.HeaderClassName
{
color: #FA08F5;
}
.AnyTagClassName
{
color: #FA08F5;
}
</style>
background-color css
<style>
a { background-color: #FA08F5; }
a { background-color: rgb(250,8,245); }
div.DivClassName
{
background-color: #FA08F5;
}
.BgClassName
{
background-color: #FA08F5;
}
</style>
border-color css
<style>
span { border-color: #FA08F5; }
span { border-color: rgb(250,8,245); }
td.TdClassName
{
border-color: #FA08F5;
}
.TagClassName
{
border-color: #FA08F5;
}
</style>