Shades of Hot Magenta #F30CDA
Tints of Hot Magenta #F30CDA
RGB
CMYK
RGB Variations
Color information
#F30CDA (or 0xF30CDA) is known color: Hot Magenta. HEX triplet: F3, 0C and DA. RGB value is (243,12,218). Sum of RGB (Red+Green+Blue) = 243+12+218=473 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.37% from 473); Green value is 12 (5.08% from 255 or 2.54% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 243 - color contains mainly: red. Hex color #F30CDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30CDA is #0CF325. Grayscale: #676767. Windows color (decimal): -848678 or 14290163. OLE color: 14290163.
HSL color Cylindrical-coordinate representation of color #F30CDA: hue angle of 306.49º 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 #F30CDA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 12 | 218 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306.49º | 0.91% | 0.5% | - |
| HSV(B) | 306.49º | 0.95% | 0.95% | - |
| XYZ | 49.75 | 24.38 | 68.41 | - |
| YUV | 104.55 | 192.03 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 12 | 218 | 0 | 0.95 | 0.10 | 0.05 | 306.49 | 0.91 | 0.5 |
| Hex | F3 | C | DA | 0 | 5F | A | 5 | 132 | 5B | 32 |
| Octal | 363 | 14 | 332 | 0 | 137 | 12 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1100 | 11011010 | 0 | 1011111 | 1010 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30CDA
Complementary color
Monochromatic Colors of #F30CDA
Black with #F30CDA
Text Example
Text Example
White with #F30CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30CDA; }
p { color: rgb(243,12,218); }
H1.HeaderClassName
{
color: #F30CDA;
}
.AnyTagClassName
{
color: #F30CDA;
}
</style>
background-color css
<style>
a { background-color: #F30CDA; }
a { background-color: rgb(243,12,218); }
div.DivClassName
{
background-color: #F30CDA;
}
.BgClassName
{
background-color: #F30CDA;
}
</style>
border-color css
<style>
span { border-color: #F30CDA; }
span { border-color: rgb(243,12,218); }
td.TdClassName
{
border-color: #F30CDA;
}
.TagClassName
{
border-color: #F30CDA;
}
</style>