Shades of Magenta #F919FA
Tints of Magenta #F919FA
RGB
CMYK
RGB Variations
Color information
#F919FA (or 0xF919FA) is known color: Magenta. HEX triplet: F9, 19 and FA. RGB value is (249,25,250). Sum of RGB (Red+Green+Blue) = 249+25+250=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 25 (10.16% from 255 or 4.77% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #F919FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F919FA is #06E605. Grayscale: #747474. Windows color (decimal): -452102 or 16390649. OLE color: 16390649.
HSL color Cylindrical-coordinate representation of color #F919FA: hue angle of 299.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F919FA is Cyan = 0.00, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 250 | - |
| CMYK | 0.00 | 0.9 | 0 | 0.02 |
| HSL | 299.73º | 0.96% | 0.54% | - |
| HSV(B) | 299.73º | 0.9% | 0.98% | - |
| XYZ | 56.67 | 27.74 | 92.81 | - |
| YUV | 117.63 | 202.71 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 250 | 0.00 | 0.9 | 0 | 0.02 | 299.73 | 0.96 | 0.54 |
| Hex | F9 | 19 | FA | 0 | 5A | 0 | 2 | 12C | 60 | 36 |
| Octal | 371 | 31 | 372 | 0 | 132 | 0 | 2 | 454 | 140 | 66 |
| Binary | 11111001 | 11001 | 11111010 | 0 | 1011010 | 0 | 10 | 100101100 | 1100000 | 110110 |
Color Harmonies of #F919FA
Complementary color
Monochromatic Colors of #F919FA
Black with #F919FA
Text Example
Text Example
White with #F919FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F919FA; }
p { color: rgb(249,25,250); }
H1.HeaderClassName
{
color: #F919FA;
}
.AnyTagClassName
{
color: #F919FA;
}
</style>
background-color css
<style>
a { background-color: #F919FA; }
a { background-color: rgb(249,25,250); }
div.DivClassName
{
background-color: #F919FA;
}
.BgClassName
{
background-color: #F919FA;
}
</style>
border-color css
<style>
span { border-color: #F919FA; }
span { border-color: rgb(249,25,250); }
td.TdClassName
{
border-color: #F919FA;
}
.TagClassName
{
border-color: #F919FA;
}
</style>