Shades of Magenta #FA05F8
Tints of Magenta #FA05F8
RGB
CMYK
RGB Variations
Color information
#FA05F8 (or 0xFA05F8) is known color: Magenta. HEX triplet: FA, 05 and F8. RGB value is (250,5,248). Sum of RGB (Red+Green+Blue) = 250+5+248=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 5 (2.34% from 255 or 0.99% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA05F8 is #05FA07. Grayscale: #696969. Windows color (decimal): -391688 or 16254458. OLE color: 16254458.
HSL color Cylindrical-coordinate representation of color #FA05F8: hue angle of 300.49º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05F8 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 248 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.02 |
| HSL | 300.49º | 0.96% | 0.5% | - |
| HSV(B) | 300.49º | 0.98% | 0.98% | - |
| XYZ | 56.42 | 27.21 | 91.09 | - |
| YUV | 105.96 | 208.17 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 248 | 0 | 0.98 | 0.01 | 0.02 | 300.49 | 0.96 | 0.5 |
| Hex | FA | 5 | F8 | 0 | 62 | 1 | 2 | 12C | 60 | 32 |
| Octal | 372 | 5 | 370 | 0 | 142 | 1 | 2 | 454 | 140 | 62 |
| Binary | 11111010 | 101 | 11111000 | 0 | 1100010 | 1 | 10 | 100101100 | 1100000 | 110010 |
Color Harmonies of #FA05F8
Complementary color
Monochromatic Colors of #FA05F8
Black with #FA05F8
Text Example
Text Example
White with #FA05F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05F8; }
p { color: rgb(250,5,248); }
H1.HeaderClassName
{
color: #FA05F8;
}
.AnyTagClassName
{
color: #FA05F8;
}
</style>
background-color css
<style>
a { background-color: #FA05F8; }
a { background-color: rgb(250,5,248); }
div.DivClassName
{
background-color: #FA05F8;
}
.BgClassName
{
background-color: #FA05F8;
}
</style>
border-color css
<style>
span { border-color: #FA05F8; }
span { border-color: rgb(250,5,248); }
td.TdClassName
{
border-color: #FA05F8;
}
.TagClassName
{
border-color: #FA05F8;
}
</style>