Shades of Hot Magenta #F30ADA
Tints of Hot Magenta #F30ADA
RGB
CMYK
RGB Variations
Color information
#F30ADA (or 0xF30ADA) is known color: Hot Magenta. HEX triplet: F3, 0A and DA. RGB value is (243,10,218). Sum of RGB (Red+Green+Blue) = 243+10+218=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 10 (4.30% from 255 or 2.12% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ADA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ADA is #0CF525. Grayscale: #666666. Windows color (decimal): -849190 or 14289651. OLE color: 14289651.
HSL color Cylindrical-coordinate representation of color #F30ADA: hue angle of 306.44º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F30ADA is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 218 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.05 |
| HSL | 306.44º | 0.92% | 0.5% | - |
| HSV(B) | 306.44º | 0.96% | 0.95% | - |
| XYZ | 49.73 | 24.33 | 68.41 | - |
| YUV | 103.38 | 192.69 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 218 | 0 | 0.96 | 0.10 | 0.05 | 306.44 | 0.92 | 0.5 |
| Hex | F3 | A | DA | 0 | 60 | A | 5 | 132 | 5C | 32 |
| Octal | 363 | 12 | 332 | 0 | 140 | 12 | 5 | 462 | 134 | 62 |
| Binary | 11110011 | 1010 | 11011010 | 0 | 1100000 | 1010 | 101 | 100110010 | 1011100 | 110010 |
Color Harmonies of #F30ADA
Complementary color
Monochromatic Colors of #F30ADA
Black with #F30ADA
Text Example
Text Example
White with #F30ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ADA; }
p { color: rgb(243,10,218); }
H1.HeaderClassName
{
color: #F30ADA;
}
.AnyTagClassName
{
color: #F30ADA;
}
</style>
background-color css
<style>
a { background-color: #F30ADA; }
a { background-color: rgb(243,10,218); }
div.DivClassName
{
background-color: #F30ADA;
}
.BgClassName
{
background-color: #F30ADA;
}
</style>
border-color css
<style>
span { border-color: #F30ADA; }
span { border-color: rgb(243,10,218); }
td.TdClassName
{
border-color: #F30ADA;
}
.TagClassName
{
border-color: #F30ADA;
}
</style>