Shades of Hot Magenta #F30DCE
Tints of Hot Magenta #F30DCE
RGB
CMYK
RGB Variations
Color information
#F30DCE (or 0xF30DCE) is known color: Hot Magenta. HEX triplet: F3, 0D and CE. RGB value is (243,13,206). Sum of RGB (Red+Green+Blue) = 243+13+206=462 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.60% from 462); Green value is 13 (5.47% from 255 or 2.81% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30DCE is #0CF231. Grayscale: #676767. Windows color (decimal): -848434 or 13503987. OLE color: 13503987.
HSL color Cylindrical-coordinate representation of color #F30DCE: hue angle of 309.65º 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 #F30DCE is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 206 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.65º | 0.91% | 0.5% | - |
| HSV(B) | 309.65º | 0.95% | 0.95% | - |
| XYZ | 48.25 | 23.8 | 60.44 | - |
| YUV | 103.77 | 185.7 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 206 | 0 | 0.95 | 0.15 | 0.05 | 309.65 | 0.91 | 0.5 |
| Hex | F3 | D | CE | 0 | 5F | F | 5 | 136 | 5B | 32 |
| Octal | 363 | 15 | 316 | 0 | 137 | 17 | 5 | 466 | 133 | 62 |
| Binary | 11110011 | 1101 | 11001110 | 0 | 1011111 | 1111 | 101 | 100110110 | 1011011 | 110010 |
Color Harmonies of #F30DCE
Complementary color
Monochromatic Colors of #F30DCE
Black with #F30DCE
Text Example
Text Example
White with #F30DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DCE; }
p { color: rgb(243,13,206); }
H1.HeaderClassName
{
color: #F30DCE;
}
.AnyTagClassName
{
color: #F30DCE;
}
</style>
background-color css
<style>
a { background-color: #F30DCE; }
a { background-color: rgb(243,13,206); }
div.DivClassName
{
background-color: #F30DCE;
}
.BgClassName
{
background-color: #F30DCE;
}
</style>
border-color css
<style>
span { border-color: #F30DCE; }
span { border-color: rgb(243,13,206); }
td.TdClassName
{
border-color: #F30DCE;
}
.TagClassName
{
border-color: #F30DCE;
}
</style>