Shades of Violet #F17BED
Tints of Violet #F17BED
RGB
CMYK
RGB Variations
Color information
#F17BED (or 0xF17BED) is known color: Violet. HEX triplet: F1, 7B and ED. RGB value is (241,123,237). Sum of RGB (Red+Green+Blue) = 241+123+237=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 123 (48.44% from 255 or 20.47% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17BED is #0E8412. Grayscale: #AAAAAA. Windows color (decimal): -951315 or 15563761. OLE color: 15563761.
HSL color Cylindrical-coordinate representation of color #F17BED: hue angle of 302.03º 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 #F17BED is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 237 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.05 |
| HSL | 302.03º | 0.81% | 0.71% | - |
| HSV(B) | 302.03º | 0.49% | 0.95% | - |
| XYZ | 58.64 | 38.98 | 84.55 | - |
| YUV | 171.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 237 | 0 | 0.49 | 0.02 | 0.05 | 302.03 | 0.81 | 0.71 |
| Hex | F1 | 7B | ED | 0 | 31 | 2 | 5 | 12E | 51 | 47 |
| Octal | 361 | 173 | 355 | 0 | 61 | 2 | 5 | 456 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11101101 | 0 | 110001 | 10 | 101 | 100101110 | 1010001 | 1000111 |
Color Harmonies of #F17BED
Complementary color
Monochromatic Colors of #F17BED
Black with #F17BED
Text Example
Text Example
White with #F17BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BED; }
p { color: rgb(241,123,237); }
H1.HeaderClassName
{
color: #F17BED;
}
.AnyTagClassName
{
color: #F17BED;
}
</style>
background-color css
<style>
a { background-color: #F17BED; }
a { background-color: rgb(241,123,237); }
div.DivClassName
{
background-color: #F17BED;
}
.BgClassName
{
background-color: #F17BED;
}
</style>
border-color css
<style>
span { border-color: #F17BED; }
span { border-color: rgb(241,123,237); }
td.TdClassName
{
border-color: #F17BED;
}
.TagClassName
{
border-color: #F17BED;
}
</style>