Shades of Hot Magenta #F003DF
Tints of Hot Magenta #F003DF
RGB
CMYK
RGB Variations
Color information
#F003DF (or 0xF003DF) is known color: Hot Magenta. HEX triplet: F0, 03 and DF. RGB value is (240,3,223). Sum of RGB (Red+Green+Blue) = 240+3+223=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 3 (1.56% from 255 or 0.64% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F003DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003DF is #0FFC20. Grayscale: #626262. Windows color (decimal): -1047585 or 14615536. OLE color: 14615536.
HSL color Cylindrical-coordinate representation of color #F003DF: hue angle of 304.3º 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 #F003DF is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 223 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.06 |
| HSL | 304.3º | 0.98% | 0.48% | - |
| HSV(B) | 304.3º | 0.99% | 0.94% | - |
| XYZ | 49.29 | 23.92 | 71.83 | - |
| YUV | 98.94 | 198.02 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 223 | 0 | 0.99 | 0.07 | 0.06 | 304.3 | 0.98 | 0.48 |
| Hex | F0 | 3 | DF | 0 | 63 | 7 | 6 | 130 | 62 | 30 |
| Octal | 360 | 3 | 337 | 0 | 143 | 7 | 6 | 460 | 142 | 60 |
| Binary | 11110000 | 11 | 11011111 | 0 | 1100011 | 111 | 110 | 100110000 | 1100010 | 110000 |
Color Harmonies of #F003DF
Complementary color
Monochromatic Colors of #F003DF
Black with #F003DF
Text Example
Text Example
White with #F003DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003DF; }
p { color: rgb(240,3,223); }
H1.HeaderClassName
{
color: #F003DF;
}
.AnyTagClassName
{
color: #F003DF;
}
</style>
background-color css
<style>
a { background-color: #F003DF; }
a { background-color: rgb(240,3,223); }
div.DivClassName
{
background-color: #F003DF;
}
.BgClassName
{
background-color: #F003DF;
}
</style>
border-color css
<style>
span { border-color: #F003DF; }
span { border-color: rgb(240,3,223); }
td.TdClassName
{
border-color: #F003DF;
}
.TagClassName
{
border-color: #F003DF;
}
</style>