Shades of Violet #F19CFC
Tints of Violet #F19CFC
RGB
CMYK
RGB Variations
Color information
#F19CFC (or 0xF19CFC) is known color: Violet. HEX triplet: F1, 9C and FC. RGB value is (241,156,252). Sum of RGB (Red+Green+Blue) = 241+156+252=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 156 (61.33% from 255 or 24.04% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #F19CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19CFC is #0E6303. Grayscale: #C0C0C0. Windows color (decimal): -942852 or 16555249. OLE color: 16555249.
HSL color Cylindrical-coordinate representation of color #F19CFC: hue angle of 293.12º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F19CFC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 156 | 252 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.01 |
| HSL | 293.13º | 0.94% | 0.8% | - |
| HSV(B) | 293.13º | 0.38% | 0.99% | - |
| XYZ | 65.73 | 49.51 | 98.19 | - |
| YUV | 192.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 252 | 0.04 | 0.38 | 0 | 0.01 | 293.13 | 0.94 | 0.8 |
| Hex | F1 | 9C | FC | 4 | 26 | 0 | 1 | 125 | 5E | 50 |
| Octal | 361 | 234 | 374 | 4 | 46 | 0 | 1 | 445 | 136 | 120 |
| Binary | 11110001 | 10011100 | 11111100 | 100 | 100110 | 0 | 1 | 100100101 | 1011110 | 1010000 |
Color Harmonies of #F19CFC
Complementary color
Monochromatic Colors of #F19CFC
Black with #F19CFC
Text Example
Text Example
White with #F19CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CFC; }
p { color: rgb(241,156,252); }
H1.HeaderClassName
{
color: #F19CFC;
}
.AnyTagClassName
{
color: #F19CFC;
}
</style>
background-color css
<style>
a { background-color: #F19CFC; }
a { background-color: rgb(241,156,252); }
div.DivClassName
{
background-color: #F19CFC;
}
.BgClassName
{
background-color: #F19CFC;
}
</style>
border-color css
<style>
span { border-color: #F19CFC; }
span { border-color: rgb(241,156,252); }
td.TdClassName
{
border-color: #F19CFC;
}
.TagClassName
{
border-color: #F19CFC;
}
</style>