Shades of Violet #F17CFA
Tints of Violet #F17CFA
RGB
CMYK
RGB Variations
Color information
#F17CFA (or 0xF17CFA) is known color: Violet. HEX triplet: F1, 7C and FA. RGB value is (241,124,250). Sum of RGB (Red+Green+Blue) = 241+124+250=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 124 (48.83% from 255 or 20.16% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #F17CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F17CFA is #0E8305. Grayscale: #ACACAC. Windows color (decimal): -951046 or 16415985. OLE color: 16415985.
HSL color Cylindrical-coordinate representation of color #F17CFA: hue angle of 295.71º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F17CFA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 124 | 250 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.02 |
| HSL | 295.71º | 0.93% | 0.73% | - |
| HSV(B) | 295.71º | 0.5% | 0.98% | - |
| XYZ | 60.74 | 40.02 | 94.97 | - |
| YUV | 173.35 | 171.26 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 250 | 0.04 | 0.50 | 0 | 0.02 | 295.71 | 0.93 | 0.73 |
| Hex | F1 | 7C | FA | 4 | 32 | 0 | 2 | 128 | 5D | 49 |
| Octal | 361 | 174 | 372 | 4 | 62 | 0 | 2 | 450 | 135 | 111 |
| Binary | 11110001 | 1111100 | 11111010 | 100 | 110010 | 0 | 10 | 100101000 | 1011101 | 1001001 |
Color Harmonies of #F17CFA
Complementary color
Monochromatic Colors of #F17CFA
Black with #F17CFA
Text Example
Text Example
White with #F17CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CFA; }
p { color: rgb(241,124,250); }
H1.HeaderClassName
{
color: #F17CFA;
}
.AnyTagClassName
{
color: #F17CFA;
}
</style>
background-color css
<style>
a { background-color: #F17CFA; }
a { background-color: rgb(241,124,250); }
div.DivClassName
{
background-color: #F17CFA;
}
.BgClassName
{
background-color: #F17CFA;
}
</style>
border-color css
<style>
span { border-color: #F17CFA; }
span { border-color: rgb(241,124,250); }
td.TdClassName
{
border-color: #F17CFA;
}
.TagClassName
{
border-color: #F17CFA;
}
</style>