Shades of Violet #F17CF0
Tints of Violet #F17CF0
RGB
CMYK
RGB Variations
Color information
#F17CF0 (or 0xF17CF0) is known color: Violet. HEX triplet: F1, 7C and F0. RGB value is (241,124,240). Sum of RGB (Red+Green+Blue) = 241+124+240=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CF0 is #0E830F. Grayscale: #ABABAB. Windows color (decimal): -951056 or 15760625. OLE color: 15760625.
HSL color Cylindrical-coordinate representation of color #F17CF0: hue angle of 300.51º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17CF0 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 240 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.05 |
| HSL | 300.51º | 0.81% | 0.72% | - |
| HSV(B) | 300.51º | 0.49% | 0.95% | - |
| XYZ | 59.21 | 39.41 | 86.92 | - |
| YUV | 172.21 | 166.26 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 240 | 0 | 0.49 | 0.00 | 0.05 | 300.51 | 0.81 | 0.72 |
| Hex | F1 | 7C | F0 | 0 | 31 | 0 | 5 | 12D | 51 | 48 |
| Octal | 361 | 174 | 360 | 0 | 61 | 0 | 5 | 455 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11110000 | 0 | 110001 | 0 | 101 | 100101101 | 1010001 | 1001000 |
Color Harmonies of #F17CF0
Complementary color
Monochromatic Colors of #F17CF0
Black with #F17CF0
Text Example
Text Example
White with #F17CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CF0; }
p { color: rgb(241,124,240); }
H1.HeaderClassName
{
color: #F17CF0;
}
.AnyTagClassName
{
color: #F17CF0;
}
</style>
background-color css
<style>
a { background-color: #F17CF0; }
a { background-color: rgb(241,124,240); }
div.DivClassName
{
background-color: #F17CF0;
}
.BgClassName
{
background-color: #F17CF0;
}
</style>
border-color css
<style>
span { border-color: #F17CF0; }
span { border-color: rgb(241,124,240); }
td.TdClassName
{
border-color: #F17CF0;
}
.TagClassName
{
border-color: #F17CF0;
}
</style>