Shades of Hot Magenta #F312D5
Tints of Hot Magenta #F312D5
RGB
CMYK
RGB Variations
Color information
#F312D5 (or 0xF312D5) is known color: Hot Magenta. HEX triplet: F3, 12 and D5. RGB value is (243,18,213). Sum of RGB (Red+Green+Blue) = 243+18+213=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 18 (7.42% from 255 or 3.80% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F312D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F312D5 is #0CED2A. Grayscale: #6A6A6A. Windows color (decimal): -847147 or 13964019. OLE color: 13964019.
HSL color Cylindrical-coordinate representation of color #F312D5: hue angle of 308º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F312D5 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 213 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.05 |
| HSL | 308º | 0.9% | 0.51% | - |
| HSV(B) | 308º | 0.93% | 0.95% | - |
| XYZ | 49.19 | 24.29 | 65.05 | - |
| YUV | 107.51 | 187.54 | 224.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 213 | 0 | 0.93 | 0.12 | 0.05 | 308 | 0.9 | 0.51 |
| Hex | F3 | 12 | D5 | 0 | 5D | C | 5 | 134 | 5A | 33 |
| Octal | 363 | 22 | 325 | 0 | 135 | 14 | 5 | 464 | 132 | 63 |
| Binary | 11110011 | 10010 | 11010101 | 0 | 1011101 | 1100 | 101 | 100110100 | 1011010 | 110011 |
Color Harmonies of #F312D5
Complementary color
Monochromatic Colors of #F312D5
Black with #F312D5
Text Example
Text Example
White with #F312D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F312D5; }
p { color: rgb(243,18,213); }
H1.HeaderClassName
{
color: #F312D5;
}
.AnyTagClassName
{
color: #F312D5;
}
</style>
background-color css
<style>
a { background-color: #F312D5; }
a { background-color: rgb(243,18,213); }
div.DivClassName
{
background-color: #F312D5;
}
.BgClassName
{
background-color: #F312D5;
}
</style>
border-color css
<style>
span { border-color: #F312D5; }
span { border-color: rgb(243,18,213); }
td.TdClassName
{
border-color: #F312D5;
}
.TagClassName
{
border-color: #F312D5;
}
</style>