Shades of Magenta #F405E6
Tints of Magenta #F405E6
RGB
CMYK
RGB Variations
Color information
#F405E6 (or 0xF405E6) is known color: Magenta. HEX triplet: F4, 05 and E6. RGB value is (244,5,230). Sum of RGB (Red+Green+Blue) = 244+5+230=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 5 (2.34% from 255 or 1.04% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F405E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F405E6 is #0BFA19. Grayscale: #656565. Windows color (decimal): -784922 or 15074804. OLE color: 15074804.
HSL color Cylindrical-coordinate representation of color #F405E6: hue angle of 303.51º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F405E6 is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 5 | 230 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.04 |
| HSL | 303.51º | 0.96% | 0.49% | - |
| HSV(B) | 303.51º | 0.98% | 0.96% | - |
| XYZ | 51.65 | 25.05 | 76.98 | - |
| YUV | 102.11 | 200.18 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 5 | 230 | 0 | 0.98 | 0.06 | 0.04 | 303.51 | 0.96 | 0.49 |
| Hex | F4 | 5 | E6 | 0 | 62 | 6 | 4 | 130 | 60 | 31 |
| Octal | 364 | 5 | 346 | 0 | 142 | 6 | 4 | 460 | 140 | 61 |
| Binary | 11110100 | 101 | 11100110 | 0 | 1100010 | 110 | 100 | 100110000 | 1100000 | 110001 |
Color Harmonies of #F405E6
Complementary color
Monochromatic Colors of #F405E6
Black with #F405E6
Text Example
Text Example
White with #F405E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F405E6; }
p { color: rgb(244,5,230); }
H1.HeaderClassName
{
color: #F405E6;
}
.AnyTagClassName
{
color: #F405E6;
}
</style>
background-color css
<style>
a { background-color: #F405E6; }
a { background-color: rgb(244,5,230); }
div.DivClassName
{
background-color: #F405E6;
}
.BgClassName
{
background-color: #F405E6;
}
</style>
border-color css
<style>
span { border-color: #F405E6; }
span { border-color: rgb(244,5,230); }
td.TdClassName
{
border-color: #F405E6;
}
.TagClassName
{
border-color: #F405E6;
}
</style>