Shades of Hot Magenta #F30ADB
Tints of Hot Magenta #F30ADB
RGB
CMYK
RGB Variations
Color information
#F30ADB (or 0xF30ADB) is known color: Hot Magenta. HEX triplet: F3, 0A and DB. RGB value is (243,10,219). Sum of RGB (Red+Green+Blue) = 243+10+219=472 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.48% from 472); Green value is 10 (4.30% from 255 or 2.12% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ADB is #0CF524. Grayscale: #666666. Windows color (decimal): -849189 or 14355187. OLE color: 14355187.
HSL color Cylindrical-coordinate representation of color #F30ADB: hue angle of 306.18º 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 #F30ADB is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.05 |
| HSL | 306.18º | 0.92% | 0.5% | - |
| HSV(B) | 306.18º | 0.96% | 0.95% | - |
| XYZ | 49.86 | 24.39 | 69.1 | - |
| YUV | 103.49 | 193.19 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 219 | 0 | 0.96 | 0.10 | 0.05 | 306.18 | 0.92 | 0.5 |
| Hex | F3 | A | DB | 0 | 60 | A | 5 | 132 | 5C | 32 |
| Octal | 363 | 12 | 333 | 0 | 140 | 12 | 5 | 462 | 134 | 62 |
| Binary | 11110011 | 1010 | 11011011 | 0 | 1100000 | 1010 | 101 | 100110010 | 1011100 | 110010 |
Color Harmonies of #F30ADB
Complementary color
Monochromatic Colors of #F30ADB
Black with #F30ADB
Text Example
Text Example
White with #F30ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ADB; }
p { color: rgb(243,10,219); }
H1.HeaderClassName
{
color: #F30ADB;
}
.AnyTagClassName
{
color: #F30ADB;
}
</style>
background-color css
<style>
a { background-color: #F30ADB; }
a { background-color: rgb(243,10,219); }
div.DivClassName
{
background-color: #F30ADB;
}
.BgClassName
{
background-color: #F30ADB;
}
</style>
border-color css
<style>
span { border-color: #F30ADB; }
span { border-color: rgb(243,10,219); }
td.TdClassName
{
border-color: #F30ADB;
}
.TagClassName
{
border-color: #F30ADB;
}
</style>