Shades of Violet #F175E5
Tints of Violet #F175E5
RGB
CMYK
RGB Variations
Color information
#F175E5 (or 0xF175E5) is known color: Violet. HEX triplet: F1, 75 and E5. RGB value is (241,117,229). Sum of RGB (Red+Green+Blue) = 241+117+229=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 117 (46.09% from 255 or 19.93% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F175E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175E5 is #0E8A1A. Grayscale: #A6A6A6. Windows color (decimal): -952859 or 15037937. OLE color: 15037937.
HSL color Cylindrical-coordinate representation of color #F175E5: hue angle of 305.81º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175E5 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 229 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.05 |
| HSL | 305.81º | 0.82% | 0.7% | - |
| HSV(B) | 305.81º | 0.51% | 0.95% | - |
| XYZ | 56.78 | 37.08 | 78.29 | - |
| YUV | 166.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 229 | 0 | 0.51 | 0.05 | 0.05 | 305.81 | 0.82 | 0.7 |
| Hex | F1 | 75 | E5 | 0 | 33 | 5 | 5 | 132 | 52 | 46 |
| Octal | 361 | 165 | 345 | 0 | 63 | 5 | 5 | 462 | 122 | 106 |
| Binary | 11110001 | 1110101 | 11100101 | 0 | 110011 | 101 | 101 | 100110010 | 1010010 | 1000110 |
Color Harmonies of #F175E5
Complementary color
Monochromatic Colors of #F175E5
Black with #F175E5
Text Example
Text Example
White with #F175E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175E5; }
p { color: rgb(241,117,229); }
H1.HeaderClassName
{
color: #F175E5;
}
.AnyTagClassName
{
color: #F175E5;
}
</style>
background-color css
<style>
a { background-color: #F175E5; }
a { background-color: rgb(241,117,229); }
div.DivClassName
{
background-color: #F175E5;
}
.BgClassName
{
background-color: #F175E5;
}
</style>
border-color css
<style>
span { border-color: #F175E5; }
span { border-color: rgb(241,117,229); }
td.TdClassName
{
border-color: #F175E5;
}
.TagClassName
{
border-color: #F175E5;
}
</style>