Shades of Hot Magenta #F403CF
Tints of Hot Magenta #F403CF
RGB
CMYK
RGB Variations
Color information
#F403CF (or 0xF403CF) is known color: Hot Magenta. HEX triplet: F4, 03 and CF. RGB value is (244,3,207). Sum of RGB (Red+Green+Blue) = 244+3+207=454 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.74% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 244 - color contains mainly: red. Hex color #F403CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F403CF is #0BFC30. Grayscale: #616161. Windows color (decimal): -785457 or 13566964. OLE color: 13566964.
HSL color Cylindrical-coordinate representation of color #F403CF: hue angle of 309.21º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F403CF is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 207 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.04 |
| HSL | 309.21º | 0.98% | 0.48% | - |
| HSV(B) | 309.21º | 0.99% | 0.96% | - |
| XYZ | 48.6 | 23.8 | 61.06 | - |
| YUV | 98.32 | 189.34 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 207 | 0 | 0.99 | 0.15 | 0.04 | 309.21 | 0.98 | 0.48 |
| Hex | F4 | 3 | CF | 0 | 63 | F | 4 | 135 | 62 | 30 |
| Octal | 364 | 3 | 317 | 0 | 143 | 17 | 4 | 465 | 142 | 60 |
| Binary | 11110100 | 11 | 11001111 | 0 | 1100011 | 1111 | 100 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F403CF
Complementary color
Monochromatic Colors of #F403CF
Black with #F403CF
Text Example
Text Example
White with #F403CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F403CF; }
p { color: rgb(244,3,207); }
H1.HeaderClassName
{
color: #F403CF;
}
.AnyTagClassName
{
color: #F403CF;
}
</style>
background-color css
<style>
a { background-color: #F403CF; }
a { background-color: rgb(244,3,207); }
div.DivClassName
{
background-color: #F403CF;
}
.BgClassName
{
background-color: #F403CF;
}
</style>
border-color css
<style>
span { border-color: #F403CF; }
span { border-color: rgb(244,3,207); }
td.TdClassName
{
border-color: #F403CF;
}
.TagClassName
{
border-color: #F403CF;
}
</style>