Shades of Violet #F17AED
Tints of Violet #F17AED
RGB
CMYK
RGB Variations
Color information
#F17AED (or 0xF17AED) is known color: Violet. HEX triplet: F1, 7A and ED. RGB value is (241,122,237). Sum of RGB (Red+Green+Blue) = 241+122+237=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 122 (48.05% from 255 or 20.33% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F17AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17AED is #0E8512. Grayscale: #AAAAAA. Windows color (decimal): -951571 or 15563505. OLE color: 15563505.
HSL color Cylindrical-coordinate representation of color #F17AED: hue angle of 302.02º 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 #F17AED is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 237 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.05 |
| HSL | 302.02º | 0.81% | 0.71% | - |
| HSV(B) | 302.02º | 0.49% | 0.95% | - |
| XYZ | 58.52 | 38.73 | 84.51 | - |
| YUV | 170.69 | 165.42 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 237 | 0 | 0.49 | 0.02 | 0.05 | 302.02 | 0.81 | 0.71 |
| Hex | F1 | 7A | ED | 0 | 31 | 2 | 5 | 12E | 51 | 47 |
| Octal | 361 | 172 | 355 | 0 | 61 | 2 | 5 | 456 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11101101 | 0 | 110001 | 10 | 101 | 100101110 | 1010001 | 1000111 |
Color Harmonies of #F17AED
Complementary color
Monochromatic Colors of #F17AED
Black with #F17AED
Text Example
Text Example
White with #F17AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17AED; }
p { color: rgb(241,122,237); }
H1.HeaderClassName
{
color: #F17AED;
}
.AnyTagClassName
{
color: #F17AED;
}
</style>
background-color css
<style>
a { background-color: #F17AED; }
a { background-color: rgb(241,122,237); }
div.DivClassName
{
background-color: #F17AED;
}
.BgClassName
{
background-color: #F17AED;
}
</style>
border-color css
<style>
span { border-color: #F17AED; }
span { border-color: rgb(241,122,237); }
td.TdClassName
{
border-color: #F17AED;
}
.TagClassName
{
border-color: #F17AED;
}
</style>