Shades of Violet #F198F1
Tints of Violet #F198F1
RGB
CMYK
RGB Variations
Color information
#F198F1 (or 0xF198F1) is known color: Violet. HEX triplet: F1, 98 and F1. RGB value is (241,152,241). Sum of RGB (Red+Green+Blue) = 241+152+241=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 152 (59.77% from 255 or 23.97% from 634); Blue value is 241 (94.53% from 255 or 38.01% from 634); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F198F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198F1 is #0E670E. Grayscale: #BCBCBC. Windows color (decimal): -943887 or 15833329. OLE color: 15833329.
HSL color Cylindrical-coordinate representation of color #F198F1: hue angle of 300º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F198F1 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 241 | - |
| CMYK | 0 | 0.37 | 0 | 0.05 |
| HSL | 300º | 0.76% | 0.77% | - |
| HSV(B) | 300º | 0.37% | 0.95% | - |
| XYZ | 63.38 | 47.51 | 89.05 | - |
| YUV | 188.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 241 | 0 | 0.37 | 0 | 0.05 | 300 | 0.76 | 0.77 |
| Hex | F1 | 98 | F1 | 0 | 25 | 0 | 5 | 12C | 4C | 4D |
| Octal | 361 | 230 | 361 | 0 | 45 | 0 | 5 | 454 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11110001 | 0 | 100101 | 0 | 101 | 100101100 | 1001100 | 1001101 |
Color Harmonies of #F198F1
Complementary color
Monochromatic Colors of #F198F1
Black with #F198F1
Text Example
Text Example
White with #F198F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198F1; }
p { color: rgb(241,152,241); }
H1.HeaderClassName
{
color: #F198F1;
}
.AnyTagClassName
{
color: #F198F1;
}
</style>
background-color css
<style>
a { background-color: #F198F1; }
a { background-color: rgb(241,152,241); }
div.DivClassName
{
background-color: #F198F1;
}
.BgClassName
{
background-color: #F198F1;
}
</style>
border-color css
<style>
span { border-color: #F198F1; }
span { border-color: rgb(241,152,241); }
td.TdClassName
{
border-color: #F198F1;
}
.TagClassName
{
border-color: #F198F1;
}
</style>