Shades of Violet #F174EE
Tints of Violet #F174EE
RGB
CMYK
RGB Variations
Color information
#F174EE (or 0xF174EE) is known color: Violet. HEX triplet: F1, 74 and EE. RGB value is (241,116,238). Sum of RGB (Red+Green+Blue) = 241+116+238=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 116 (45.70% from 255 or 19.50% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F174EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F174EE is #0E8B11. Grayscale: #A6A6A6. Windows color (decimal): -953106 or 15627505. OLE color: 15627505.
HSL color Cylindrical-coordinate representation of color #F174EE: hue angle of 301.44º degrees, saturation: 0.82, 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 #F174EE is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 116 | 238 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.05 |
| HSL | 301.44º | 0.82% | 0.7% | - |
| HSV(B) | 301.44º | 0.52% | 0.95% | - |
| XYZ | 57.95 | 37.36 | 85.05 | - |
| YUV | 167.28 | 167.91 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 116 | 238 | 0 | 0.52 | 0.01 | 0.05 | 301.44 | 0.82 | 0.7 |
| Hex | F1 | 74 | EE | 0 | 34 | 1 | 5 | 12D | 52 | 46 |
| Octal | 361 | 164 | 356 | 0 | 64 | 1 | 5 | 455 | 122 | 106 |
| Binary | 11110001 | 1110100 | 11101110 | 0 | 110100 | 1 | 101 | 100101101 | 1010010 | 1000110 |
Color Harmonies of #F174EE
Complementary color
Monochromatic Colors of #F174EE
Black with #F174EE
Text Example
Text Example
White with #F174EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F174EE; }
p { color: rgb(241,116,238); }
H1.HeaderClassName
{
color: #F174EE;
}
.AnyTagClassName
{
color: #F174EE;
}
</style>
background-color css
<style>
a { background-color: #F174EE; }
a { background-color: rgb(241,116,238); }
div.DivClassName
{
background-color: #F174EE;
}
.BgClassName
{
background-color: #F174EE;
}
</style>
border-color css
<style>
span { border-color: #F174EE; }
span { border-color: rgb(241,116,238); }
td.TdClassName
{
border-color: #F174EE;
}
.TagClassName
{
border-color: #F174EE;
}
</style>