Shades of Magenta #F407F1
Tints of Magenta #F407F1
RGB
CMYK
RGB Variations
Color information
#F407F1 (or 0xF407F1) is known color: Magenta. HEX triplet: F4, 07 and F1. RGB value is (244,7,241). Sum of RGB (Red+Green+Blue) = 244+7+241=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 7 (3.12% from 255 or 1.42% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F407F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F407F1 is #0BF80E. Grayscale: #676767. Windows color (decimal): -784399 or 15796212. OLE color: 15796212.
HSL color Cylindrical-coordinate representation of color #F407F1: hue angle of 300.76º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F407F1 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 241 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.04 |
| HSL | 300.76º | 0.94% | 0.49% | - |
| HSV(B) | 300.76º | 0.97% | 0.96% | - |
| XYZ | 53.26 | 25.74 | 85.38 | - |
| YUV | 104.54 | 205.02 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 241 | 0 | 0.97 | 0.01 | 0.04 | 300.76 | 0.94 | 0.49 |
| Hex | F4 | 7 | F1 | 0 | 61 | 1 | 4 | 12D | 5E | 31 |
| Octal | 364 | 7 | 361 | 0 | 141 | 1 | 4 | 455 | 136 | 61 |
| Binary | 11110100 | 111 | 11110001 | 0 | 1100001 | 1 | 100 | 100101101 | 1011110 | 110001 |
Color Harmonies of #F407F1
Complementary color
Monochromatic Colors of #F407F1
Black with #F407F1
Text Example
Text Example
White with #F407F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F407F1; }
p { color: rgb(244,7,241); }
H1.HeaderClassName
{
color: #F407F1;
}
.AnyTagClassName
{
color: #F407F1;
}
</style>
background-color css
<style>
a { background-color: #F407F1; }
a { background-color: rgb(244,7,241); }
div.DivClassName
{
background-color: #F407F1;
}
.BgClassName
{
background-color: #F407F1;
}
</style>
border-color css
<style>
span { border-color: #F407F1; }
span { border-color: rgb(244,7,241); }
td.TdClassName
{
border-color: #F407F1;
}
.TagClassName
{
border-color: #F407F1;
}
</style>