Shades of Hot Magenta #F503C4
Tints of Hot Magenta #F503C4
RGB
CMYK
RGB Variations
Color information
#F503C4 (or 0xF503C4) is known color: Hot Magenta. HEX triplet: F5, 03 and C4. RGB value is (245,3,196). Sum of RGB (Red+Green+Blue) = 245+3+196=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F503C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F503C4 is #0AFC3B. Grayscale: #606060. Windows color (decimal): -719932 or 12846069. OLE color: 12846069.
HSL color Cylindrical-coordinate representation of color #F503C4: hue angle of 312.15º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F503C4 is Cyan = 0, Magento = 0.99, Yellow = 0.2 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 196 | - |
| CMYK | 0 | 0.99 | 0.2 | 0.04 |
| HSL | 312.15º | 0.98% | 0.49% | - |
| HSV(B) | 312.15º | 0.99% | 0.96% | - |
| XYZ | 47.65 | 23.46 | 54.24 | - |
| YUV | 97.36 | 183.67 | 233.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 196 | 0 | 0.99 | 0.2 | 0.04 | 312.15 | 0.98 | 0.49 |
| Hex | F5 | 3 | C4 | 0 | 63 | 14 | 4 | 138 | 62 | 31 |
| Octal | 365 | 3 | 304 | 0 | 143 | 24 | 4 | 470 | 142 | 61 |
| Binary | 11110101 | 11 | 11000100 | 0 | 1100011 | 10100 | 100 | 100111000 | 1100010 | 110001 |
Color Harmonies of #F503C4
Complementary color
Monochromatic Colors of #F503C4
Black with #F503C4
Text Example
Text Example
White with #F503C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F503C4; }
p { color: rgb(245,3,196); }
H1.HeaderClassName
{
color: #F503C4;
}
.AnyTagClassName
{
color: #F503C4;
}
</style>
background-color css
<style>
a { background-color: #F503C4; }
a { background-color: rgb(245,3,196); }
div.DivClassName
{
background-color: #F503C4;
}
.BgClassName
{
background-color: #F503C4;
}
</style>
border-color css
<style>
span { border-color: #F503C4; }
span { border-color: rgb(245,3,196); }
td.TdClassName
{
border-color: #F503C4;
}
.TagClassName
{
border-color: #F503C4;
}
</style>