Shades of Violet #F370E7
Tints of Violet #F370E7
RGB
CMYK
RGB Variations
Color information
#F370E7 (or 0xF370E7) is known color: Violet. HEX triplet: F3, 70 and E7. RGB value is (243,112,231). Sum of RGB (Red+Green+Blue) = 243+112+231=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 112 (44.14% from 255 or 19.11% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F370E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F370E7 is #0C8F18. Grayscale: #A4A4A4. Windows color (decimal): -823065 or 15167731. OLE color: 15167731.
HSL color Cylindrical-coordinate representation of color #F370E7: hue angle of 305.5º 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 #F370E7 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 231 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.05 |
| HSL | 305.5º | 0.85% | 0.7% | - |
| HSV(B) | 305.5º | 0.54% | 0.95% | - |
| XYZ | 57.18 | 36.41 | 79.62 | - |
| YUV | 164.74 | 165.4 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 231 | 0 | 0.54 | 0.05 | 0.05 | 305.5 | 0.85 | 0.7 |
| Hex | F3 | 70 | E7 | 0 | 36 | 5 | 5 | 131 | 55 | 46 |
| Octal | 363 | 160 | 347 | 0 | 66 | 5 | 5 | 461 | 125 | 106 |
| Binary | 11110011 | 1110000 | 11100111 | 0 | 110110 | 101 | 101 | 100110001 | 1010101 | 1000110 |
Color Harmonies of #F370E7
Complementary color
Monochromatic Colors of #F370E7
Black with #F370E7
Text Example
Text Example
White with #F370E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F370E7; }
p { color: rgb(243,112,231); }
H1.HeaderClassName
{
color: #F370E7;
}
.AnyTagClassName
{
color: #F370E7;
}
</style>
background-color css
<style>
a { background-color: #F370E7; }
a { background-color: rgb(243,112,231); }
div.DivClassName
{
background-color: #F370E7;
}
.BgClassName
{
background-color: #F370E7;
}
</style>
border-color css
<style>
span { border-color: #F370E7; }
span { border-color: rgb(243,112,231); }
td.TdClassName
{
border-color: #F370E7;
}
.TagClassName
{
border-color: #F370E7;
}
</style>