Shades of Violet #F175F0
Tints of Violet #F175F0
RGB
CMYK
RGB Variations
Color information
#F175F0 (or 0xF175F0) is known color: Violet. HEX triplet: F1, 75 and F0. RGB value is (241,117,240). Sum of RGB (Red+Green+Blue) = 241+117+240=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 117 (46.09% from 255 or 19.57% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F175F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F175F0 is #0E8A0F. Grayscale: #A7A7A7. Windows color (decimal): -952848 or 15758833. OLE color: 15758833.
HSL color Cylindrical-coordinate representation of color #F175F0: hue angle of 300.48º 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 #F175F0 is Cyan = 0, Magento = 0.51, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 240 | - |
| CMYK | 0 | 0.51 | 0.00 | 0.05 |
| HSL | 300.48º | 0.82% | 0.7% | - |
| HSV(B) | 300.48º | 0.51% | 0.95% | - |
| XYZ | 58.37 | 37.71 | 86.64 | - |
| YUV | 168.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 240 | 0 | 0.51 | 0.00 | 0.05 | 300.48 | 0.82 | 0.7 |
| Hex | F1 | 75 | F0 | 0 | 33 | 0 | 5 | 12C | 52 | 46 |
| Octal | 361 | 165 | 360 | 0 | 63 | 0 | 5 | 454 | 122 | 106 |
| Binary | 11110001 | 1110101 | 11110000 | 0 | 110011 | 0 | 101 | 100101100 | 1010010 | 1000110 |
Color Harmonies of #F175F0
Complementary color
Monochromatic Colors of #F175F0
Black with #F175F0
Text Example
Text Example
White with #F175F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175F0; }
p { color: rgb(241,117,240); }
H1.HeaderClassName
{
color: #F175F0;
}
.AnyTagClassName
{
color: #F175F0;
}
</style>
background-color css
<style>
a { background-color: #F175F0; }
a { background-color: rgb(241,117,240); }
div.DivClassName
{
background-color: #F175F0;
}
.BgClassName
{
background-color: #F175F0;
}
</style>
border-color css
<style>
span { border-color: #F175F0; }
span { border-color: rgb(241,117,240); }
td.TdClassName
{
border-color: #F175F0;
}
.TagClassName
{
border-color: #F175F0;
}
</style>