Shades of Hot Magenta #F905E4
Tints of Hot Magenta #F905E4
RGB
CMYK
RGB Variations
Color information
#F905E4 (or 0xF905E4) is known color: Hot Magenta. HEX triplet: F9, 05 and E4. RGB value is (249,5,228). Sum of RGB (Red+Green+Blue) = 249+5+228=482 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.66% from 482); Green value is 5 (2.34% from 255 or 1.04% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 249 - color contains mainly: red. Hex color #F905E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F905E4 is #06FA1B. Grayscale: #666666. Windows color (decimal): -457244 or 14943737. OLE color: 14943737.
HSL color Cylindrical-coordinate representation of color #F905E4: hue angle of 305.16º 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 #F905E4 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 228 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.02 |
| HSL | 305.16º | 0.96% | 0.5% | - |
| HSV(B) | 305.16º | 0.98% | 0.98% | - |
| XYZ | 53.12 | 25.85 | 75.59 | - |
| YUV | 103.38 | 198.34 | 231.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 228 | 0 | 0.98 | 0.08 | 0.02 | 305.16 | 0.96 | 0.5 |
| Hex | F9 | 5 | E4 | 0 | 62 | 8 | 2 | 131 | 60 | 32 |
| Octal | 371 | 5 | 344 | 0 | 142 | 10 | 2 | 461 | 140 | 62 |
| Binary | 11111001 | 101 | 11100100 | 0 | 1100010 | 1000 | 10 | 100110001 | 1100000 | 110010 |
Color Harmonies of #F905E4
Complementary color
Monochromatic Colors of #F905E4
Black with #F905E4
Text Example
Text Example
White with #F905E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F905E4; }
p { color: rgb(249,5,228); }
H1.HeaderClassName
{
color: #F905E4;
}
.AnyTagClassName
{
color: #F905E4;
}
</style>
background-color css
<style>
a { background-color: #F905E4; }
a { background-color: rgb(249,5,228); }
div.DivClassName
{
background-color: #F905E4;
}
.BgClassName
{
background-color: #F905E4;
}
</style>
border-color css
<style>
span { border-color: #F905E4; }
span { border-color: rgb(249,5,228); }
td.TdClassName
{
border-color: #F905E4;
}
.TagClassName
{
border-color: #F905E4;
}
</style>