Shades of Violet #F371EE
Tints of Violet #F371EE
RGB
CMYK
RGB Variations
Color information
#F371EE (or 0xF371EE) is known color: Violet. HEX triplet: F3, 71 and EE. RGB value is (243,113,238). Sum of RGB (Red+Green+Blue) = 243+113+238=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 113 (44.53% from 255 or 19.02% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F371EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F371EE is #0C8E11. Grayscale: #A5A5A5. Windows color (decimal): -822802 or 15626739. OLE color: 15626739.
HSL color Cylindrical-coordinate representation of color #F371EE: hue angle of 302.31º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F371EE is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 238 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.05 |
| HSL | 302.31º | 0.84% | 0.7% | - |
| HSV(B) | 302.31º | 0.53% | 0.95% | - |
| XYZ | 58.3 | 37.04 | 84.97 | - |
| YUV | 166.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 238 | 0 | 0.53 | 0.02 | 0.05 | 302.31 | 0.84 | 0.7 |
| Hex | F3 | 71 | EE | 0 | 35 | 2 | 5 | 12E | 54 | 46 |
| Octal | 363 | 161 | 356 | 0 | 65 | 2 | 5 | 456 | 124 | 106 |
| Binary | 11110011 | 1110001 | 11101110 | 0 | 110101 | 10 | 101 | 100101110 | 1010100 | 1000110 |
Color Harmonies of #F371EE
Complementary color
Monochromatic Colors of #F371EE
Black with #F371EE
Text Example
Text Example
White with #F371EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F371EE; }
p { color: rgb(243,113,238); }
H1.HeaderClassName
{
color: #F371EE;
}
.AnyTagClassName
{
color: #F371EE;
}
</style>
background-color css
<style>
a { background-color: #F371EE; }
a { background-color: rgb(243,113,238); }
div.DivClassName
{
background-color: #F371EE;
}
.BgClassName
{
background-color: #F371EE;
}
</style>
border-color css
<style>
span { border-color: #F371EE; }
span { border-color: rgb(243,113,238); }
td.TdClassName
{
border-color: #F371EE;
}
.TagClassName
{
border-color: #F371EE;
}
</style>