Shades of Hot Magenta #F40ACF
Tints of Hot Magenta #F40ACF
RGB
CMYK
RGB Variations
Color information
#F40ACF (or 0xF40ACF) is known color: Hot Magenta. HEX triplet: F4, 0A and CF. RGB value is (244,10,207). Sum of RGB (Red+Green+Blue) = 244+10+207=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F40ACF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F40ACF is #0BF530. Grayscale: #656565. Windows color (decimal): -783665 or 13568756. OLE color: 13568756.
HSL color Cylindrical-coordinate representation of color #F40ACF: hue angle of 309.49º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F40ACF is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 10 | 207 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.04 |
| HSL | 309.49º | 0.92% | 0.5% | - |
| HSV(B) | 309.49º | 0.96% | 0.96% | - |
| XYZ | 48.68 | 23.96 | 61.09 | - |
| YUV | 102.42 | 187.02 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 10 | 207 | 0 | 0.96 | 0.15 | 0.04 | 309.49 | 0.92 | 0.5 |
| Hex | F4 | A | CF | 0 | 60 | F | 4 | 135 | 5C | 32 |
| Octal | 364 | 12 | 317 | 0 | 140 | 17 | 4 | 465 | 134 | 62 |
| Binary | 11110100 | 1010 | 11001111 | 0 | 1100000 | 1111 | 100 | 100110101 | 1011100 | 110010 |
Color Harmonies of #F40ACF
Complementary color
Monochromatic Colors of #F40ACF
Black with #F40ACF
Text Example
Text Example
White with #F40ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40ACF; }
p { color: rgb(244,10,207); }
H1.HeaderClassName
{
color: #F40ACF;
}
.AnyTagClassName
{
color: #F40ACF;
}
</style>
background-color css
<style>
a { background-color: #F40ACF; }
a { background-color: rgb(244,10,207); }
div.DivClassName
{
background-color: #F40ACF;
}
.BgClassName
{
background-color: #F40ACF;
}
</style>
border-color css
<style>
span { border-color: #F40ACF; }
span { border-color: rgb(244,10,207); }
td.TdClassName
{
border-color: #F40ACF;
}
.TagClassName
{
border-color: #F40ACF;
}
</style>