Shades of Hot Magenta #F319DE
Tints of Hot Magenta #F319DE
RGB
CMYK
RGB Variations
Color information
#F319DE (or 0xF319DE) is known color: Hot Magenta. HEX triplet: F3, 19 and DE. RGB value is (243,25,222). Sum of RGB (Red+Green+Blue) = 243+25+222=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F319DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319DE is #0CE621. Grayscale: #707070. Windows color (decimal): -845346 or 14555635. OLE color: 14555635.
HSL color Cylindrical-coordinate representation of color #F319DE: hue angle of 305.78º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319DE is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 222 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.05 |
| HSL | 305.78º | 0.9% | 0.53% | - |
| HSV(B) | 305.78º | 0.9% | 0.95% | - |
| XYZ | 50.49 | 25.02 | 71.28 | - |
| YUV | 112.64 | 189.72 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 222 | 0 | 0.90 | 0.09 | 0.05 | 305.78 | 0.9 | 0.53 |
| Hex | F3 | 19 | DE | 0 | 5A | 9 | 5 | 132 | 5A | 35 |
| Octal | 363 | 31 | 336 | 0 | 132 | 11 | 5 | 462 | 132 | 65 |
| Binary | 11110011 | 11001 | 11011110 | 0 | 1011010 | 1001 | 101 | 100110010 | 1011010 | 110101 |
Color Harmonies of #F319DE
Complementary color
Monochromatic Colors of #F319DE
Black with #F319DE
Text Example
Text Example
White with #F319DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319DE; }
p { color: rgb(243,25,222); }
H1.HeaderClassName
{
color: #F319DE;
}
.AnyTagClassName
{
color: #F319DE;
}
</style>
background-color css
<style>
a { background-color: #F319DE; }
a { background-color: rgb(243,25,222); }
div.DivClassName
{
background-color: #F319DE;
}
.BgClassName
{
background-color: #F319DE;
}
</style>
border-color css
<style>
span { border-color: #F319DE; }
span { border-color: rgb(243,25,222); }
td.TdClassName
{
border-color: #F319DE;
}
.TagClassName
{
border-color: #F319DE;
}
</style>