Shades of Hot Magenta #F003D4
Tints of Hot Magenta #F003D4
RGB
CMYK
RGB Variations
Color information
#F003D4 (or 0xF003D4) is known color: Hot Magenta. HEX triplet: F0, 03 and D4. RGB value is (240,3,212). Sum of RGB (Red+Green+Blue) = 240+3+212=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F003D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003D4 is #0FFC2B. Grayscale: #616161. Windows color (decimal): -1047596 or 13894640. OLE color: 13894640.
HSL color Cylindrical-coordinate representation of color #F003D4: hue angle of 307.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F003D4 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.06 |
| HSL | 307.09º | 0.98% | 0.48% | - |
| HSV(B) | 307.09º | 0.99% | 0.94% | - |
| XYZ | 47.85 | 23.34 | 64.27 | - |
| YUV | 97.69 | 192.52 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 212 | 0 | 0.99 | 0.12 | 0.06 | 307.09 | 0.98 | 0.48 |
| Hex | F0 | 3 | D4 | 0 | 63 | C | 6 | 133 | 62 | 30 |
| Octal | 360 | 3 | 324 | 0 | 143 | 14 | 6 | 463 | 142 | 60 |
| Binary | 11110000 | 11 | 11010100 | 0 | 1100011 | 1100 | 110 | 100110011 | 1100010 | 110000 |
Color Harmonies of #F003D4
Complementary color
Monochromatic Colors of #F003D4
Black with #F003D4
Text Example
Text Example
White with #F003D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003D4; }
p { color: rgb(240,3,212); }
H1.HeaderClassName
{
color: #F003D4;
}
.AnyTagClassName
{
color: #F003D4;
}
</style>
background-color css
<style>
a { background-color: #F003D4; }
a { background-color: rgb(240,3,212); }
div.DivClassName
{
background-color: #F003D4;
}
.BgClassName
{
background-color: #F003D4;
}
</style>
border-color css
<style>
span { border-color: #F003D4; }
span { border-color: rgb(240,3,212); }
td.TdClassName
{
border-color: #F003D4;
}
.TagClassName
{
border-color: #F003D4;
}
</style>