Shades of Violet #F17BEB
Tints of Violet #F17BEB
RGB
CMYK
RGB Variations
Color information
#F17BEB (or 0xF17BEB) is known color: Violet. HEX triplet: F1, 7B and EB. RGB value is (241,123,235). Sum of RGB (Red+Green+Blue) = 241+123+235=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17BEB is #0E8414. Grayscale: #AAAAAA. Windows color (decimal): -951317 or 15432689. OLE color: 15432689.
HSL color Cylindrical-coordinate representation of color #F17BEB: hue angle of 303.05º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17BEB is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 235 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.05 |
| HSL | 303.05º | 0.81% | 0.71% | - |
| HSV(B) | 303.05º | 0.49% | 0.95% | - |
| XYZ | 58.35 | 38.86 | 83.02 | - |
| YUV | 171.05 | 164.09 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 235 | 0 | 0.49 | 0.02 | 0.05 | 303.05 | 0.81 | 0.71 |
| Hex | F1 | 7B | EB | 0 | 31 | 2 | 5 | 12F | 51 | 47 |
| Octal | 361 | 173 | 353 | 0 | 61 | 2 | 5 | 457 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11101011 | 0 | 110001 | 10 | 101 | 100101111 | 1010001 | 1000111 |
Color Harmonies of #F17BEB
Complementary color
Monochromatic Colors of #F17BEB
Black with #F17BEB
Text Example
Text Example
White with #F17BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BEB; }
p { color: rgb(241,123,235); }
H1.HeaderClassName
{
color: #F17BEB;
}
.AnyTagClassName
{
color: #F17BEB;
}
</style>
background-color css
<style>
a { background-color: #F17BEB; }
a { background-color: rgb(241,123,235); }
div.DivClassName
{
background-color: #F17BEB;
}
.BgClassName
{
background-color: #F17BEB;
}
</style>
border-color css
<style>
span { border-color: #F17BEB; }
span { border-color: rgb(241,123,235); }
td.TdClassName
{
border-color: #F17BEB;
}
.TagClassName
{
border-color: #F17BEB;
}
</style>