Shades of Violet #F172E9
Tints of Violet #F172E9
RGB
CMYK
RGB Variations
Color information
#F172E9 (or 0xF172E9) is known color: Violet. HEX triplet: F1, 72 and E9. RGB value is (241,114,233). Sum of RGB (Red+Green+Blue) = 241+114+233=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 114 (44.92% from 255 or 19.39% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F172E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F172E9 is #0E8D16. Grayscale: #A5A5A5. Windows color (decimal): -953623 or 15299313. OLE color: 15299313.
HSL color Cylindrical-coordinate representation of color #F172E9: hue angle of 303.78º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172E9 is Cyan = 0, Magento = 0.53, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 233 | - |
| CMYK | 0 | 0.53 | 0.03 | 0.05 |
| HSL | 303.78º | 0.82% | 0.7% | - |
| HSV(B) | 303.78º | 0.53% | 0.95% | - |
| XYZ | 57 | 36.62 | 81.15 | - |
| YUV | 165.54 | 166.08 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 233 | 0 | 0.53 | 0.03 | 0.05 | 303.78 | 0.82 | 0.7 |
| Hex | F1 | 72 | E9 | 0 | 35 | 3 | 5 | 130 | 52 | 46 |
| Octal | 361 | 162 | 351 | 0 | 65 | 3 | 5 | 460 | 122 | 106 |
| Binary | 11110001 | 1110010 | 11101001 | 0 | 110101 | 11 | 101 | 100110000 | 1010010 | 1000110 |
Color Harmonies of #F172E9
Complementary color
Monochromatic Colors of #F172E9
Black with #F172E9
Text Example
Text Example
White with #F172E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172E9; }
p { color: rgb(241,114,233); }
H1.HeaderClassName
{
color: #F172E9;
}
.AnyTagClassName
{
color: #F172E9;
}
</style>
background-color css
<style>
a { background-color: #F172E9; }
a { background-color: rgb(241,114,233); }
div.DivClassName
{
background-color: #F172E9;
}
.BgClassName
{
background-color: #F172E9;
}
</style>
border-color css
<style>
span { border-color: #F172E9; }
span { border-color: rgb(241,114,233); }
td.TdClassName
{
border-color: #F172E9;
}
.TagClassName
{
border-color: #F172E9;
}
</style>