Shades of Violet #F370EE
Tints of Violet #F370EE
RGB
CMYK
RGB Variations
Color information
#F370EE (or 0xF370EE) is known color: Violet. HEX triplet: F3, 70 and EE. RGB value is (243,112,238). Sum of RGB (Red+Green+Blue) = 243+112+238=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 112 (44.14% from 255 or 18.89% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F370EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370EE is #0C8F11. Grayscale: #A5A5A5. Windows color (decimal): -823058 or 15626483. OLE color: 15626483.
HSL color Cylindrical-coordinate representation of color #F370EE: hue angle of 302.29º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F370EE is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 238 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.05 |
| HSL | 302.29º | 0.85% | 0.7% | - |
| HSV(B) | 302.29º | 0.54% | 0.95% | - |
| XYZ | 58.19 | 36.82 | 84.93 | - |
| YUV | 165.53 | 168.9 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 238 | 0 | 0.54 | 0.02 | 0.05 | 302.29 | 0.85 | 0.7 |
| Hex | F3 | 70 | EE | 0 | 36 | 2 | 5 | 12E | 55 | 46 |
| Octal | 363 | 160 | 356 | 0 | 66 | 2 | 5 | 456 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11101110 | 0 | 110110 | 10 | 101 | 100101110 | 1010101 | 1000110 |
Color Harmonies of #F370EE
Complementary color
Monochromatic Colors of #F370EE
Black with #F370EE
Text Example
Text Example
White with #F370EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370EE; }
p { color: rgb(243,112,238); }
H1.HeaderClassName
{
color: #F370EE;
}
.AnyTagClassName
{
color: #F370EE;
}
</style>
background-color css
<style>
a { background-color: #F370EE; }
a { background-color: rgb(243,112,238); }
div.DivClassName
{
background-color: #F370EE;
}
.BgClassName
{
background-color: #F370EE;
}
</style>
border-color css
<style>
span { border-color: #F370EE; }
span { border-color: rgb(243,112,238); }
td.TdClassName
{
border-color: #F370EE;
}
.TagClassName
{
border-color: #F370EE;
}
</style>