Shades of Hot Magenta #F313DA
Tints of Hot Magenta #F313DA
RGB
CMYK
RGB Variations
Color information
#F313DA (or 0xF313DA) is known color: Hot Magenta. HEX triplet: F3, 13 and DA. RGB value is (243,19,218). Sum of RGB (Red+Green+Blue) = 243+19+218=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 19 (7.81% from 255 or 3.96% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F313DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313DA is #0CEC25. Grayscale: #6C6C6C. Windows color (decimal): -846886 or 14291955. OLE color: 14291955.
HSL color Cylindrical-coordinate representation of color #F313DA: hue angle of 306.7º 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 #F313DA is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 218 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.05 |
| HSL | 306.7º | 0.9% | 0.51% | - |
| HSV(B) | 306.7º | 0.92% | 0.95% | - |
| XYZ | 49.85 | 24.58 | 68.45 | - |
| YUV | 108.66 | 189.71 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 218 | 0 | 0.92 | 0.10 | 0.05 | 306.7 | 0.9 | 0.51 |
| Hex | F3 | 13 | DA | 0 | 5C | A | 5 | 133 | 5A | 33 |
| Octal | 363 | 23 | 332 | 0 | 134 | 12 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 10011 | 11011010 | 0 | 1011100 | 1010 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F313DA
Complementary color
Monochromatic Colors of #F313DA
Black with #F313DA
Text Example
Text Example
White with #F313DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313DA; }
p { color: rgb(243,19,218); }
H1.HeaderClassName
{
color: #F313DA;
}
.AnyTagClassName
{
color: #F313DA;
}
</style>
background-color css
<style>
a { background-color: #F313DA; }
a { background-color: rgb(243,19,218); }
div.DivClassName
{
background-color: #F313DA;
}
.BgClassName
{
background-color: #F313DA;
}
</style>
border-color css
<style>
span { border-color: #F313DA; }
span { border-color: rgb(243,19,218); }
td.TdClassName
{
border-color: #F313DA;
}
.TagClassName
{
border-color: #F313DA;
}
</style>