Shades of Hot Magenta #F31ADC
Tints of Hot Magenta #F31ADC
RGB
CMYK
RGB Variations
Color information
#F31ADC (or 0xF31ADC) is known color: Hot Magenta. HEX triplet: F3, 1A and DC. RGB value is (243,26,220). Sum of RGB (Red+Green+Blue) = 243+26+220=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F31ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F31ADC is #0CE523. Grayscale: #707070. Windows color (decimal): -845092 or 14424819. OLE color: 14424819.
HSL color Cylindrical-coordinate representation of color #F31ADC: hue angle of 306.36º 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 #F31ADC is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 26 | 220 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.05 |
| HSL | 306.36º | 0.9% | 0.53% | - |
| HSV(B) | 306.36º | 0.89% | 0.95% | - |
| XYZ | 50.25 | 24.96 | 69.88 | - |
| YUV | 113 | 188.39 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 26 | 220 | 0 | 0.89 | 0.09 | 0.05 | 306.36 | 0.9 | 0.53 |
| Hex | F3 | 1A | DC | 0 | 59 | 9 | 5 | 132 | 5A | 35 |
| Octal | 363 | 32 | 334 | 0 | 131 | 11 | 5 | 462 | 132 | 65 |
| Binary | 11110011 | 11010 | 11011100 | 0 | 1011001 | 1001 | 101 | 100110010 | 1011010 | 110101 |
Color Harmonies of #F31ADC
Complementary color
Monochromatic Colors of #F31ADC
Black with #F31ADC
Text Example
Text Example
White with #F31ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31ADC; }
p { color: rgb(243,26,220); }
H1.HeaderClassName
{
color: #F31ADC;
}
.AnyTagClassName
{
color: #F31ADC;
}
</style>
background-color css
<style>
a { background-color: #F31ADC; }
a { background-color: rgb(243,26,220); }
div.DivClassName
{
background-color: #F31ADC;
}
.BgClassName
{
background-color: #F31ADC;
}
</style>
border-color css
<style>
span { border-color: #F31ADC; }
span { border-color: rgb(243,26,220); }
td.TdClassName
{
border-color: #F31ADC;
}
.TagClassName
{
border-color: #F31ADC;
}
</style>