Shades of Hot Magenta #F313DF
Tints of Hot Magenta #F313DF
RGB
CMYK
RGB Variations
Color information
#F313DF (or 0xF313DF) is known color: Hot Magenta. HEX triplet: F3, 13 and DF. RGB value is (243,19,223). Sum of RGB (Red+Green+Blue) = 243+19+223=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 19 (7.81% from 255 or 3.92% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F313DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313DF is #0CEC20. Grayscale: #6C6C6C. Windows color (decimal): -846881 or 14619635. OLE color: 14619635.
HSL color Cylindrical-coordinate representation of color #F313DF: hue angle of 305.36º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313DF is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.05 |
| HSL | 305.36º | 0.9% | 0.51% | - |
| HSV(B) | 305.36º | 0.92% | 0.95% | - |
| XYZ | 50.51 | 24.85 | 71.95 | - |
| YUV | 109.23 | 192.21 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 223 | 0 | 0.92 | 0.08 | 0.05 | 305.36 | 0.9 | 0.51 |
| Hex | F3 | 13 | DF | 0 | 5C | 8 | 5 | 131 | 5A | 33 |
| Octal | 363 | 23 | 337 | 0 | 134 | 10 | 5 | 461 | 132 | 63 |
| Binary | 11110011 | 10011 | 11011111 | 0 | 1011100 | 1000 | 101 | 100110001 | 1011010 | 110011 |
Color Harmonies of #F313DF
Complementary color
Monochromatic Colors of #F313DF
Black with #F313DF
Text Example
Text Example
White with #F313DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313DF; }
p { color: rgb(243,19,223); }
H1.HeaderClassName
{
color: #F313DF;
}
.AnyTagClassName
{
color: #F313DF;
}
</style>
background-color css
<style>
a { background-color: #F313DF; }
a { background-color: rgb(243,19,223); }
div.DivClassName
{
background-color: #F313DF;
}
.BgClassName
{
background-color: #F313DF;
}
</style>
border-color css
<style>
span { border-color: #F313DF; }
span { border-color: rgb(243,19,223); }
td.TdClassName
{
border-color: #F313DF;
}
.TagClassName
{
border-color: #F313DF;
}
</style>