Shades of Violet #F170EE
Tints of Violet #F170EE
RGB
CMYK
RGB Variations
Color information
#F170EE (or 0xF170EE) is known color: Violet. HEX triplet: F1, 70 and EE. RGB value is (241,112,238). Sum of RGB (Red+Green+Blue) = 241+112+238=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 112 (44.14% from 255 or 18.95% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F170EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F170EE is #0E8F11. Grayscale: #A4A4A4. Windows color (decimal): -954130 or 15626481. OLE color: 15626481.
HSL color Cylindrical-coordinate representation of color #F170EE: hue angle of 301.4º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170EE is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 238 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.05 |
| HSL | 301.4º | 0.82% | 0.69% | - |
| HSV(B) | 301.4º | 0.54% | 0.95% | - |
| XYZ | 57.5 | 36.46 | 84.9 | - |
| YUV | 164.94 | 169.24 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 238 | 0 | 0.54 | 0.01 | 0.05 | 301.4 | 0.82 | 0.69 |
| Hex | F1 | 70 | EE | 0 | 36 | 1 | 5 | 12D | 52 | 45 |
| Octal | 361 | 160 | 356 | 0 | 66 | 1 | 5 | 455 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11101110 | 0 | 110110 | 1 | 101 | 100101101 | 1010010 | 1000101 |
Color Harmonies of #F170EE
Complementary color
Monochromatic Colors of #F170EE
Black with #F170EE
Text Example
Text Example
White with #F170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170EE; }
p { color: rgb(241,112,238); }
H1.HeaderClassName
{
color: #F170EE;
}
.AnyTagClassName
{
color: #F170EE;
}
</style>
background-color css
<style>
a { background-color: #F170EE; }
a { background-color: rgb(241,112,238); }
div.DivClassName
{
background-color: #F170EE;
}
.BgClassName
{
background-color: #F170EE;
}
</style>
border-color css
<style>
span { border-color: #F170EE; }
span { border-color: rgb(241,112,238); }
td.TdClassName
{
border-color: #F170EE;
}
.TagClassName
{
border-color: #F170EE;
}
</style>