Shades of Hot Magenta #F30DDA
Tints of Hot Magenta #F30DDA
RGB
CMYK
RGB Variations
Color information
#F30DDA (or 0xF30DDA) is known color: Hot Magenta. HEX triplet: F3, 0D and DA. RGB value is (243,13,218). Sum of RGB (Red+Green+Blue) = 243+13+218=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30DDA is #0CF225. Grayscale: #686868. Windows color (decimal): -848422 or 14290419. OLE color: 14290419.
HSL color Cylindrical-coordinate representation of color #F30DDA: hue angle of 306.52º 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 #F30DDA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 218 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306.52º | 0.91% | 0.5% | - |
| HSV(B) | 306.52º | 0.95% | 0.95% | - |
| XYZ | 49.76 | 24.4 | 68.42 | - |
| YUV | 105.14 | 191.7 | 226.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 218 | 0 | 0.95 | 0.10 | 0.05 | 306.52 | 0.91 | 0.5 |
| Hex | F3 | D | DA | 0 | 5F | A | 5 | 133 | 5B | 32 |
| Octal | 363 | 15 | 332 | 0 | 137 | 12 | 5 | 463 | 133 | 62 |
| Binary | 11110011 | 1101 | 11011010 | 0 | 1011111 | 1010 | 101 | 100110011 | 1011011 | 110010 |
Color Harmonies of #F30DDA
Complementary color
Monochromatic Colors of #F30DDA
Black with #F30DDA
Text Example
Text Example
White with #F30DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DDA; }
p { color: rgb(243,13,218); }
H1.HeaderClassName
{
color: #F30DDA;
}
.AnyTagClassName
{
color: #F30DDA;
}
</style>
background-color css
<style>
a { background-color: #F30DDA; }
a { background-color: rgb(243,13,218); }
div.DivClassName
{
background-color: #F30DDA;
}
.BgClassName
{
background-color: #F30DDA;
}
</style>
border-color css
<style>
span { border-color: #F30DDA; }
span { border-color: rgb(243,13,218); }
td.TdClassName
{
border-color: #F30DDA;
}
.TagClassName
{
border-color: #F30DDA;
}
</style>