Shades of Hot Magenta #F003D5
Tints of Hot Magenta #F003D5
RGB
CMYK
RGB Variations
Color information
#F003D5 (or 0xF003D5) is known color: Hot Magenta. HEX triplet: F0, 03 and D5. RGB value is (240,3,213). Sum of RGB (Red+Green+Blue) = 240+3+213=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F003D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F003D5 is #0FFC2A. Grayscale: #616161. Windows color (decimal): -1047595 or 13960176. OLE color: 13960176.
HSL color Cylindrical-coordinate representation of color #F003D5: hue angle of 306.84º 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 #F003D5 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 213 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.06 |
| HSL | 306.84º | 0.98% | 0.48% | - |
| HSV(B) | 306.84º | 0.99% | 0.94% | - |
| XYZ | 47.98 | 23.39 | 64.94 | - |
| YUV | 97.8 | 193.02 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 213 | 0 | 0.99 | 0.11 | 0.06 | 306.84 | 0.98 | 0.48 |
| Hex | F0 | 3 | D5 | 0 | 63 | B | 6 | 133 | 62 | 30 |
| Octal | 360 | 3 | 325 | 0 | 143 | 13 | 6 | 463 | 142 | 60 |
| Binary | 11110000 | 11 | 11010101 | 0 | 1100011 | 1011 | 110 | 100110011 | 1100010 | 110000 |
Color Harmonies of #F003D5
Complementary color
Monochromatic Colors of #F003D5
Black with #F003D5
Text Example
Text Example
White with #F003D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F003D5; }
p { color: rgb(240,3,213); }
H1.HeaderClassName
{
color: #F003D5;
}
.AnyTagClassName
{
color: #F003D5;
}
</style>
background-color css
<style>
a { background-color: #F003D5; }
a { background-color: rgb(240,3,213); }
div.DivClassName
{
background-color: #F003D5;
}
.BgClassName
{
background-color: #F003D5;
}
</style>
border-color css
<style>
span { border-color: #F003D5; }
span { border-color: rgb(240,3,213); }
td.TdClassName
{
border-color: #F003D5;
}
.TagClassName
{
border-color: #F003D5;
}
</style>