Shades of Hot Magenta #F30CDC
Tints of Hot Magenta #F30CDC
RGB
CMYK
RGB Variations
Color information
#F30CDC (or 0xF30CDC) is known color: Hot Magenta. HEX triplet: F3, 0C and DC. RGB value is (243,12,220). Sum of RGB (Red+Green+Blue) = 243+12+220=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CDC is #0CF323. Grayscale: #686868. Windows color (decimal): -848676 or 14421235. OLE color: 14421235.
HSL color Cylindrical-coordinate representation of color #F30CDC: hue angle of 305.97º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30CDC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 220 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.97º | 0.91% | 0.5% | - |
| HSV(B) | 305.97º | 0.95% | 0.95% | - |
| XYZ | 50.01 | 24.48 | 69.8 | - |
| YUV | 104.78 | 193.03 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 220 | 0 | 0.95 | 0.09 | 0.05 | 305.97 | 0.91 | 0.5 |
| Hex | F3 | C | DC | 0 | 5F | 9 | 5 | 132 | 5B | 32 |
| Octal | 363 | 14 | 334 | 0 | 137 | 11 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1100 | 11011100 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30CDC
Complementary color
Monochromatic Colors of #F30CDC
Black with #F30CDC
Text Example
Text Example
White with #F30CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CDC; }
p { color: rgb(243,12,220); }
H1.HeaderClassName
{
color: #F30CDC;
}
.AnyTagClassName
{
color: #F30CDC;
}
</style>
background-color css
<style>
a { background-color: #F30CDC; }
a { background-color: rgb(243,12,220); }
div.DivClassName
{
background-color: #F30CDC;
}
.BgClassName
{
background-color: #F30CDC;
}
</style>
border-color css
<style>
span { border-color: #F30CDC; }
span { border-color: rgb(243,12,220); }
td.TdClassName
{
border-color: #F30CDC;
}
.TagClassName
{
border-color: #F30CDC;
}
</style>