Shades of Violet #F195FF
Tints of Violet #F195FF
RGB
CMYK
RGB Variations
Color information
#F195FF (or 0xF195FF) is known color: Violet. HEX triplet: F1, 95 and FF. RGB value is (241,149,255). Sum of RGB (Red+Green+Blue) = 241+149+255=645 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.36% from 645); Green value is 149 (58.59% from 255 or 23.10% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #F195FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195FF is #0E6A00. Grayscale: #BCBCBC. Windows color (decimal): -944641 or 16750065. OLE color: 16750065.
HSL color Cylindrical-coordinate representation of color #F195FF: hue angle of 292.08º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F195FF is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 149 | 255 | - |
| CMYK | 0.05 | 0.42 | 0 | 0 |
| HSL | 292.08º | 1% | 0.79% | - |
| HSV(B) | 292.08º | 0.42% | 1% | - |
| XYZ | 65.07 | 47.42 | 100.33 | - |
| YUV | 188.59 | 165.48 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 255 | 0.05 | 0.42 | 0 | 0 | 292.08 | 1 | 0.79 |
| Hex | F1 | 95 | FF | 5 | 2A | 0 | 0 | 124 | 64 | 4F |
| Octal | 361 | 225 | 377 | 5 | 52 | 0 | 0 | 444 | 144 | 117 |
| Binary | 11110001 | 10010101 | 11111111 | 101 | 101010 | 0 | 0 | 100100100 | 1100100 | 1001111 |
Color Harmonies of #F195FF
Complementary color
Monochromatic Colors of #F195FF
Black with #F195FF
Text Example
Text Example
White with #F195FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195FF; }
p { color: rgb(241,149,255); }
H1.HeaderClassName
{
color: #F195FF;
}
.AnyTagClassName
{
color: #F195FF;
}
</style>
background-color css
<style>
a { background-color: #F195FF; }
a { background-color: rgb(241,149,255); }
div.DivClassName
{
background-color: #F195FF;
}
.BgClassName
{
background-color: #F195FF;
}
</style>
border-color css
<style>
span { border-color: #F195FF; }
span { border-color: rgb(241,149,255); }
td.TdClassName
{
border-color: #F195FF;
}
.TagClassName
{
border-color: #F195FF;
}
</style>