Shades of Hot Magenta #F30ADF
Tints of Hot Magenta #F30ADF
RGB
CMYK
RGB Variations
Color information
#F30ADF (or 0xF30ADF) is known color: Hot Magenta. HEX triplet: F3, 0A and DF. RGB value is (243,10,223). Sum of RGB (Red+Green+Blue) = 243+10+223=476 (63% of max value = 765). Red value is 243 (95.31% from 255 or 51.05% from 476); Green value is 10 (4.30% from 255 or 2.10% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 243 - color contains mainly: red. Hex color #F30ADF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30ADF is #0CF520. Grayscale: #676767. Windows color (decimal): -849185 or 14617331. OLE color: 14617331.
HSL color Cylindrical-coordinate representation of color #F30ADF: hue angle of 305.15º 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 #F30ADF is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.05 |
| HSL | 305.15º | 0.92% | 0.5% | - |
| HSV(B) | 305.15º | 0.96% | 0.95% | - |
| XYZ | 50.39 | 24.6 | 71.9 | - |
| YUV | 103.95 | 195.19 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 10 | 223 | 0 | 0.96 | 0.08 | 0.05 | 305.15 | 0.92 | 0.5 |
| Hex | F3 | A | DF | 0 | 60 | 8 | 5 | 131 | 5C | 32 |
| Octal | 363 | 12 | 337 | 0 | 140 | 10 | 5 | 461 | 134 | 62 |
| Binary | 11110011 | 1010 | 11011111 | 0 | 1100000 | 1000 | 101 | 100110001 | 1011100 | 110010 |
Color Harmonies of #F30ADF
Complementary color
Monochromatic Colors of #F30ADF
Black with #F30ADF
Text Example
Text Example
White with #F30ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30ADF; }
p { color: rgb(243,10,223); }
H1.HeaderClassName
{
color: #F30ADF;
}
.AnyTagClassName
{
color: #F30ADF;
}
</style>
background-color css
<style>
a { background-color: #F30ADF; }
a { background-color: rgb(243,10,223); }
div.DivClassName
{
background-color: #F30ADF;
}
.BgClassName
{
background-color: #F30ADF;
}
</style>
border-color css
<style>
span { border-color: #F30ADF; }
span { border-color: rgb(243,10,223); }
td.TdClassName
{
border-color: #F30ADF;
}
.TagClassName
{
border-color: #F30ADF;
}
</style>