Shades of Violet #F374EE
Tints of Violet #F374EE
RGB
CMYK
RGB Variations
Color information
#F374EE (or 0xF374EE) is known color: Violet. HEX triplet: F3, 74 and EE. RGB value is (243,116,238). Sum of RGB (Red+Green+Blue) = 243+116+238=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F374EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F374EE is #0C8B11. Grayscale: #A7A7A7. Windows color (decimal): -822034 or 15627507. OLE color: 15627507.
HSL color Cylindrical-coordinate representation of color #F374EE: hue angle of 302.36º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F374EE is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 238 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.05 |
| HSL | 302.36º | 0.84% | 0.7% | - |
| HSV(B) | 302.36º | 0.52% | 0.95% | - |
| XYZ | 58.64 | 37.72 | 85.08 | - |
| YUV | 167.88 | 167.58 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 238 | 0 | 0.52 | 0.02 | 0.05 | 302.36 | 0.84 | 0.7 |
| Hex | F3 | 74 | EE | 0 | 34 | 2 | 5 | 12E | 54 | 46 |
| Octal | 363 | 164 | 356 | 0 | 64 | 2 | 5 | 456 | 124 | 106 |
| Binary | 11110011 | 1110100 | 11101110 | 0 | 110100 | 10 | 101 | 100101110 | 1010100 | 1000110 |
Color Harmonies of #F374EE
Complementary color
Monochromatic Colors of #F374EE
Black with #F374EE
Text Example
Text Example
White with #F374EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F374EE; }
p { color: rgb(243,116,238); }
H1.HeaderClassName
{
color: #F374EE;
}
.AnyTagClassName
{
color: #F374EE;
}
</style>
background-color css
<style>
a { background-color: #F374EE; }
a { background-color: rgb(243,116,238); }
div.DivClassName
{
background-color: #F374EE;
}
.BgClassName
{
background-color: #F374EE;
}
</style>
border-color css
<style>
span { border-color: #F374EE; }
span { border-color: rgb(243,116,238); }
td.TdClassName
{
border-color: #F374EE;
}
.TagClassName
{
border-color: #F374EE;
}
</style>