Shades of Hot Magenta #F30AD3
Tints of Hot Magenta #F30AD3
RGB
CMYK
RGB Variations
Color information
#F30AD3 (or 0xF30AD3) is known color: Hot Magenta. HEX triplet: F3, 0A and D3. RGB value is (243,10,211). Sum of RGB (Red+Green+Blue) = 243+10+211=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 10 (4.30% from 255 or 2.16% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F30AD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30AD3 is #0CF52C. Grayscale: #666666. Windows color (decimal): -849197 or 13830899. OLE color: 13830899.
HSL color Cylindrical-coordinate representation of color #F30AD3: hue angle of 308.24º 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 #F30AD3 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 211 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.05 |
| HSL | 308.24º | 0.92% | 0.5% | - |
| HSV(B) | 308.24º | 0.96% | 0.95% | - |
| XYZ | 48.83 | 23.97 | 63.68 | - |
| YUV | 102.58 | 189.19 | 228.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 211 | 0 | 0.96 | 0.13 | 0.05 | 308.24 | 0.92 | 0.5 |
| Hex | F3 | A | D3 | 0 | 60 | D | 5 | 134 | 5C | 32 |
| Octal | 363 | 12 | 323 | 0 | 140 | 15 | 5 | 464 | 134 | 62 |
| Binary | 11110011 | 1010 | 11010011 | 0 | 1100000 | 1101 | 101 | 100110100 | 1011100 | 110010 |
Color Harmonies of #F30AD3
Complementary color
Monochromatic Colors of #F30AD3
Black with #F30AD3
Text Example
Text Example
White with #F30AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30AD3; }
p { color: rgb(243,10,211); }
H1.HeaderClassName
{
color: #F30AD3;
}
.AnyTagClassName
{
color: #F30AD3;
}
</style>
background-color css
<style>
a { background-color: #F30AD3; }
a { background-color: rgb(243,10,211); }
div.DivClassName
{
background-color: #F30AD3;
}
.BgClassName
{
background-color: #F30AD3;
}
</style>
border-color css
<style>
span { border-color: #F30AD3; }
span { border-color: rgb(243,10,211); }
td.TdClassName
{
border-color: #F30AD3;
}
.TagClassName
{
border-color: #F30AD3;
}
</style>