Shades of Violet #F195F3
Tints of Violet #F195F3
RGB
CMYK
RGB Variations
Color information
#F195F3 (or 0xF195F3) is known color: Violet. HEX triplet: F1, 95 and F3. RGB value is (241,149,243). Sum of RGB (Red+Green+Blue) = 241+149+243=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 149 (58.59% from 255 or 23.54% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #F195F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195F3 is #0E6A0C. Grayscale: #BABABA. Windows color (decimal): -944653 or 15963633. OLE color: 15963633.
HSL color Cylindrical-coordinate representation of color #F195F3: hue angle of 298.72º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F195F3 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 243 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.05 |
| HSL | 298.72º | 0.8% | 0.77% | - |
| HSV(B) | 298.72º | 0.39% | 0.95% | - |
| XYZ | 63.2 | 46.67 | 90.47 | - |
| YUV | 187.22 | 159.48 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 243 | 0.01 | 0.39 | 0 | 0.05 | 298.72 | 0.8 | 0.77 |
| Hex | F1 | 95 | F3 | 1 | 27 | 0 | 5 | 12B | 50 | 4D |
| Octal | 361 | 225 | 363 | 1 | 47 | 0 | 5 | 453 | 120 | 115 |
| Binary | 11110001 | 10010101 | 11110011 | 1 | 100111 | 0 | 101 | 100101011 | 1010000 | 1001101 |
Color Harmonies of #F195F3
Complementary color
Monochromatic Colors of #F195F3
Black with #F195F3
Text Example
Text Example
White with #F195F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195F3; }
p { color: rgb(241,149,243); }
H1.HeaderClassName
{
color: #F195F3;
}
.AnyTagClassName
{
color: #F195F3;
}
</style>
background-color css
<style>
a { background-color: #F195F3; }
a { background-color: rgb(241,149,243); }
div.DivClassName
{
background-color: #F195F3;
}
.BgClassName
{
background-color: #F195F3;
}
</style>
border-color css
<style>
span { border-color: #F195F3; }
span { border-color: rgb(241,149,243); }
td.TdClassName
{
border-color: #F195F3;
}
.TagClassName
{
border-color: #F195F3;
}
</style>