Shades of Magenta #F423FA
Tints of Magenta #F423FA
RGB
CMYK
RGB Variations
Color information
#F423FA (or 0xF423FA) is known color: Magenta. HEX triplet: F4, 23 and FA. RGB value is (244,35,250). Sum of RGB (Red+Green+Blue) = 244+35+250=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 35 (14.06% from 255 or 6.62% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #F423FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F423FA is #0BDC05. Grayscale: #797979. Windows color (decimal): -777222 or 16393204. OLE color: 16393204.
HSL color Cylindrical-coordinate representation of color #F423FA: hue angle of 298.33º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F423FA is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 35 | 250 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.02 |
| HSL | 298.33º | 0.96% | 0.56% | - |
| HSV(B) | 298.33º | 0.86% | 0.98% | - |
| XYZ | 55.16 | 27.34 | 92.81 | - |
| YUV | 122 | 200.24 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 35 | 250 | 0.02 | 0.86 | 0 | 0.02 | 298.33 | 0.96 | 0.56 |
| Hex | F4 | 23 | FA | 2 | 56 | 0 | 2 | 12A | 60 | 38 |
| Octal | 364 | 43 | 372 | 2 | 126 | 0 | 2 | 452 | 140 | 70 |
| Binary | 11110100 | 100011 | 11111010 | 10 | 1010110 | 0 | 10 | 100101010 | 1100000 | 111000 |
Color Harmonies of #F423FA
Complementary color
Monochromatic Colors of #F423FA
Black with #F423FA
Text Example
Text Example
White with #F423FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F423FA; }
p { color: rgb(244,35,250); }
H1.HeaderClassName
{
color: #F423FA;
}
.AnyTagClassName
{
color: #F423FA;
}
</style>
background-color css
<style>
a { background-color: #F423FA; }
a { background-color: rgb(244,35,250); }
div.DivClassName
{
background-color: #F423FA;
}
.BgClassName
{
background-color: #F423FA;
}
</style>
border-color css
<style>
span { border-color: #F423FA; }
span { border-color: rgb(244,35,250); }
td.TdClassName
{
border-color: #F423FA;
}
.TagClassName
{
border-color: #F423FA;
}
</style>