Shades of Hot Magenta #F31ADF
Tints of Hot Magenta #F31ADF
RGB
CMYK
RGB Variations
Color information
#F31ADF (or 0xF31ADF) is known color: Hot Magenta. HEX triplet: F3, 1A and DF. RGB value is (243,26,223). Sum of RGB (Red+Green+Blue) = 243+26+223=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ADF is #0CE520. Grayscale: #707070. Windows color (decimal): -845089 or 14621427. OLE color: 14621427.
HSL color Cylindrical-coordinate representation of color #F31ADF: hue angle of 305.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F31ADF is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 223 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.05 |
| HSL | 305.53º | 0.9% | 0.53% | - |
| HSV(B) | 305.53º | 0.89% | 0.95% | - |
| XYZ | 50.65 | 25.12 | 71.99 | - |
| YUV | 113.34 | 189.89 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 223 | 0 | 0.89 | 0.08 | 0.05 | 305.53 | 0.9 | 0.53 |
| Hex | F3 | 1A | DF | 0 | 59 | 8 | 5 | 132 | 5A | 35 |
| Octal | 363 | 32 | 337 | 0 | 131 | 10 | 5 | 462 | 132 | 65 |
| Binary | 11110011 | 11010 | 11011111 | 0 | 1011001 | 1000 | 101 | 100110010 | 1011010 | 110101 |
Color Harmonies of #F31ADF
Complementary color
Monochromatic Colors of #F31ADF
Black with #F31ADF
Text Example
Text Example
White with #F31ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ADF; }
p { color: rgb(243,26,223); }
H1.HeaderClassName
{
color: #F31ADF;
}
.AnyTagClassName
{
color: #F31ADF;
}
</style>
background-color css
<style>
a { background-color: #F31ADF; }
a { background-color: rgb(243,26,223); }
div.DivClassName
{
background-color: #F31ADF;
}
.BgClassName
{
background-color: #F31ADF;
}
</style>
border-color css
<style>
span { border-color: #F31ADF; }
span { border-color: rgb(243,26,223); }
td.TdClassName
{
border-color: #F31ADF;
}
.TagClassName
{
border-color: #F31ADF;
}
</style>