Shades of Hot Magenta #F30ACD
Tints of Hot Magenta #F30ACD
RGB
CMYK
RGB Variations
Color information
#F30ACD (or 0xF30ACD) is known color: Hot Magenta. HEX triplet: F3, 0A and CD. RGB value is (243,10,205). Sum of RGB (Red+Green+Blue) = 243+10+205=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ACD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ACD is #0CF532. Grayscale: #656565. Windows color (decimal): -849203 or 13437683. OLE color: 13437683.
HSL color Cylindrical-coordinate representation of color #F30ACD: hue angle of 309.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30ACD is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 205 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.05 |
| HSL | 309.79º | 0.92% | 0.5% | - |
| HSV(B) | 309.79º | 0.96% | 0.95% | - |
| XYZ | 48.09 | 23.68 | 59.79 | - |
| YUV | 101.9 | 186.19 | 228.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 205 | 0 | 0.96 | 0.16 | 0.05 | 309.79 | 0.92 | 0.5 |
| Hex | F3 | A | CD | 0 | 60 | 10 | 5 | 136 | 5C | 32 |
| Octal | 363 | 12 | 315 | 0 | 140 | 20 | 5 | 466 | 134 | 62 |
| Binary | 11110011 | 1010 | 11001101 | 0 | 1100000 | 10000 | 101 | 100110110 | 1011100 | 110010 |
Color Harmonies of #F30ACD
Complementary color
Monochromatic Colors of #F30ACD
Black with #F30ACD
Text Example
Text Example
White with #F30ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ACD; }
p { color: rgb(243,10,205); }
H1.HeaderClassName
{
color: #F30ACD;
}
.AnyTagClassName
{
color: #F30ACD;
}
</style>
background-color css
<style>
a { background-color: #F30ACD; }
a { background-color: rgb(243,10,205); }
div.DivClassName
{
background-color: #F30ACD;
}
.BgClassName
{
background-color: #F30ACD;
}
</style>
border-color css
<style>
span { border-color: #F30ACD; }
span { border-color: rgb(243,10,205); }
td.TdClassName
{
border-color: #F30ACD;
}
.TagClassName
{
border-color: #F30ACD;
}
</style>