Shades of Hot Magenta #F30AD5
Tints of Hot Magenta #F30AD5
RGB
CMYK
RGB Variations
Color information
#F30AD5 (or 0xF30AD5) is known color: Hot Magenta. HEX triplet: F3, 0A and D5. RGB value is (243,10,213). Sum of RGB (Red+Green+Blue) = 243+10+213=466 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.15% from 466); Green value is 10 (4.30% from 255 or 2.15% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30AD5 is #0CF52A. Grayscale: #666666. Windows color (decimal): -849195 or 13961971. OLE color: 13961971.
HSL color Cylindrical-coordinate representation of color #F30AD5: hue angle of 307.73º 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 #F30AD5 is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 213 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.05 |
| HSL | 307.73º | 0.92% | 0.5% | - |
| HSV(B) | 307.73º | 0.96% | 0.95% | - |
| XYZ | 49.08 | 24.08 | 65.01 | - |
| YUV | 102.81 | 190.19 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 213 | 0 | 0.96 | 0.12 | 0.05 | 307.73 | 0.92 | 0.5 |
| Hex | F3 | A | D5 | 0 | 60 | C | 5 | 134 | 5C | 32 |
| Octal | 363 | 12 | 325 | 0 | 140 | 14 | 5 | 464 | 134 | 62 |
| Binary | 11110011 | 1010 | 11010101 | 0 | 1100000 | 1100 | 101 | 100110100 | 1011100 | 110010 |
Color Harmonies of #F30AD5
Complementary color
Monochromatic Colors of #F30AD5
Black with #F30AD5
Text Example
Text Example
White with #F30AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AD5; }
p { color: rgb(243,10,213); }
H1.HeaderClassName
{
color: #F30AD5;
}
.AnyTagClassName
{
color: #F30AD5;
}
</style>
background-color css
<style>
a { background-color: #F30AD5; }
a { background-color: rgb(243,10,213); }
div.DivClassName
{
background-color: #F30AD5;
}
.BgClassName
{
background-color: #F30AD5;
}
</style>
border-color css
<style>
span { border-color: #F30AD5; }
span { border-color: rgb(243,10,213); }
td.TdClassName
{
border-color: #F30AD5;
}
.TagClassName
{
border-color: #F30AD5;
}
</style>