Shades of Violet #F195F2
Tints of Violet #F195F2
RGB
CMYK
RGB Variations
Color information
#F195F2 (or 0xF195F2) is known color: Violet. HEX triplet: F1, 95 and F2. RGB value is (241,149,242). Sum of RGB (Red+Green+Blue) = 241+149+242=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #F195F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195F2 is #0E6A0D. Grayscale: #BABABA. Windows color (decimal): -944654 or 15898097. OLE color: 15898097.
HSL color Cylindrical-coordinate representation of color #F195F2: hue angle of 299.35º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195F2 is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 242 | - |
| CMYK | 0.00 | 0.38 | 0 | 0.05 |
| HSL | 299.35º | 0.78% | 0.77% | - |
| HSV(B) | 299.35º | 0.38% | 0.95% | - |
| XYZ | 63.05 | 46.61 | 89.68 | - |
| YUV | 187.11 | 158.98 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 242 | 0.00 | 0.38 | 0 | 0.05 | 299.35 | 0.78 | 0.77 |
| Hex | F1 | 95 | F2 | 0 | 26 | 0 | 5 | 12B | 4E | 4D |
| Octal | 361 | 225 | 362 | 0 | 46 | 0 | 5 | 453 | 116 | 115 |
| Binary | 11110001 | 10010101 | 11110010 | 0 | 100110 | 0 | 101 | 100101011 | 1001110 | 1001101 |
Color Harmonies of #F195F2
Complementary color
Monochromatic Colors of #F195F2
Black with #F195F2
Text Example
Text Example
White with #F195F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195F2; }
p { color: rgb(241,149,242); }
H1.HeaderClassName
{
color: #F195F2;
}
.AnyTagClassName
{
color: #F195F2;
}
</style>
background-color css
<style>
a { background-color: #F195F2; }
a { background-color: rgb(241,149,242); }
div.DivClassName
{
background-color: #F195F2;
}
.BgClassName
{
background-color: #F195F2;
}
</style>
border-color css
<style>
span { border-color: #F195F2; }
span { border-color: rgb(241,149,242); }
td.TdClassName
{
border-color: #F195F2;
}
.TagClassName
{
border-color: #F195F2;
}
</style>