Shades of Hot Magenta #F905E3
Tints of Hot Magenta #F905E3
RGB
CMYK
RGB Variations
Color information
#F905E3 (or 0xF905E3) is known color: Hot Magenta. HEX triplet: F9, 05 and E3. RGB value is (249,5,227). Sum of RGB (Red+Green+Blue) = 249+5+227=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 5 (2.34% from 255 or 1.04% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F905E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905E3 is #06FA1C. Grayscale: #666666. Windows color (decimal): -457245 or 14878201. OLE color: 14878201.
HSL color Cylindrical-coordinate representation of color #F905E3: hue angle of 305.41º 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 #F905E3 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 227 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.02 |
| HSL | 305.41º | 0.96% | 0.5% | - |
| HSV(B) | 305.41º | 0.98% | 0.98% | - |
| XYZ | 52.99 | 25.79 | 74.86 | - |
| YUV | 103.26 | 197.84 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 227 | 0 | 0.98 | 0.09 | 0.02 | 305.41 | 0.96 | 0.5 |
| Hex | F9 | 5 | E3 | 0 | 62 | 9 | 2 | 131 | 60 | 32 |
| Octal | 371 | 5 | 343 | 0 | 142 | 11 | 2 | 461 | 140 | 62 |
| Binary | 11111001 | 101 | 11100011 | 0 | 1100010 | 1001 | 10 | 100110001 | 1100000 | 110010 |
Color Harmonies of #F905E3
Complementary color
Monochromatic Colors of #F905E3
Black with #F905E3
Text Example
Text Example
White with #F905E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905E3; }
p { color: rgb(249,5,227); }
H1.HeaderClassName
{
color: #F905E3;
}
.AnyTagClassName
{
color: #F905E3;
}
</style>
background-color css
<style>
a { background-color: #F905E3; }
a { background-color: rgb(249,5,227); }
div.DivClassName
{
background-color: #F905E3;
}
.BgClassName
{
background-color: #F905E3;
}
</style>
border-color css
<style>
span { border-color: #F905E3; }
span { border-color: rgb(249,5,227); }
td.TdClassName
{
border-color: #F905E3;
}
.TagClassName
{
border-color: #F905E3;
}
</style>