Shades of Hot Magenta #F30DDC
Tints of Hot Magenta #F30DDC
RGB
CMYK
RGB Variations
Color information
#F30DDC (or 0xF30DDC) is known color: Hot Magenta. HEX triplet: F3, 0D and DC. RGB value is (243,13,220). Sum of RGB (Red+Green+Blue) = 243+13+220=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 13 (5.47% from 255 or 2.73% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DDC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30DDC is #0CF223. Grayscale: #686868. Windows color (decimal): -848420 or 14421491. OLE color: 14421491.
HSL color Cylindrical-coordinate representation of color #F30DDC: hue angle of 306º 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 #F30DDC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 220 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 306º | 0.91% | 0.5% | - |
| HSV(B) | 306º | 0.95% | 0.95% | - |
| XYZ | 50.02 | 24.51 | 69.8 | - |
| YUV | 105.37 | 192.7 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 220 | 0 | 0.95 | 0.09 | 0.05 | 306 | 0.91 | 0.5 |
| Hex | F3 | D | DC | 0 | 5F | 9 | 5 | 132 | 5B | 32 |
| Octal | 363 | 15 | 334 | 0 | 137 | 11 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1101 | 11011100 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30DDC
Complementary color
Monochromatic Colors of #F30DDC
Black with #F30DDC
Text Example
Text Example
White with #F30DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DDC; }
p { color: rgb(243,13,220); }
H1.HeaderClassName
{
color: #F30DDC;
}
.AnyTagClassName
{
color: #F30DDC;
}
</style>
background-color css
<style>
a { background-color: #F30DDC; }
a { background-color: rgb(243,13,220); }
div.DivClassName
{
background-color: #F30DDC;
}
.BgClassName
{
background-color: #F30DDC;
}
</style>
border-color css
<style>
span { border-color: #F30DDC; }
span { border-color: rgb(243,13,220); }
td.TdClassName
{
border-color: #F30DDC;
}
.TagClassName
{
border-color: #F30DDC;
}
</style>