Shades of Violet #F17FEE
Tints of Violet #F17FEE
RGB
CMYK
RGB Variations
Color information
#F17FEE (or 0xF17FEE) is known color: Violet. HEX triplet: F1, 7F and EE. RGB value is (241,127,238). Sum of RGB (Red+Green+Blue) = 241+127+238=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17FEE is #0E8011. Grayscale: #ADADAD. Windows color (decimal): -950290 or 15630321. OLE color: 15630321.
HSL color Cylindrical-coordinate representation of color #F17FEE: hue angle of 301.58º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FEE is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 238 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.05 |
| HSL | 301.58º | 0.8% | 0.72% | - |
| HSV(B) | 301.58º | 0.47% | 0.95% | - |
| XYZ | 59.3 | 40.05 | 85.49 | - |
| YUV | 173.74 | 164.27 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 238 | 0 | 0.47 | 0.01 | 0.05 | 301.58 | 0.8 | 0.72 |
| Hex | F1 | 7F | EE | 0 | 2F | 1 | 5 | 12E | 50 | 48 |
| Octal | 361 | 177 | 356 | 0 | 57 | 1 | 5 | 456 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11101110 | 0 | 101111 | 1 | 101 | 100101110 | 1010000 | 1001000 |
Color Harmonies of #F17FEE
Complementary color
Monochromatic Colors of #F17FEE
Black with #F17FEE
Text Example
Text Example
White with #F17FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FEE; }
p { color: rgb(241,127,238); }
H1.HeaderClassName
{
color: #F17FEE;
}
.AnyTagClassName
{
color: #F17FEE;
}
</style>
background-color css
<style>
a { background-color: #F17FEE; }
a { background-color: rgb(241,127,238); }
div.DivClassName
{
background-color: #F17FEE;
}
.BgClassName
{
background-color: #F17FEE;
}
</style>
border-color css
<style>
span { border-color: #F17FEE; }
span { border-color: rgb(241,127,238); }
td.TdClassName
{
border-color: #F17FEE;
}
.TagClassName
{
border-color: #F17FEE;
}
</style>