Shades of Violet #F198FF
Tints of Violet #F198FF
RGB
CMYK
RGB Variations
Color information
#F198FF (or 0xF198FF) is known color: Violet. HEX triplet: F1, 98 and FF. RGB value is (241,152,255). Sum of RGB (Red+Green+Blue) = 241+152+255=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 152 (59.77% from 255 or 23.46% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #F198FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198FF is #0E6700. Grayscale: #BEBEBE. Windows color (decimal): -943873 or 16750833. OLE color: 16750833.
HSL color Cylindrical-coordinate representation of color #F198FF: hue angle of 291.84º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F198FF is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 152 | 255 | - |
| CMYK | 0.05 | 0.40 | 0 | 0 |
| HSL | 291.84º | 1% | 0.8% | - |
| HSV(B) | 291.84º | 0.4% | 1% | - |
| XYZ | 65.55 | 48.38 | 100.49 | - |
| YUV | 190.35 | 164.49 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 255 | 0.05 | 0.40 | 0 | 0 | 291.84 | 1 | 0.8 |
| Hex | F1 | 98 | FF | 5 | 28 | 0 | 0 | 124 | 64 | 50 |
| Octal | 361 | 230 | 377 | 5 | 50 | 0 | 0 | 444 | 144 | 120 |
| Binary | 11110001 | 10011000 | 11111111 | 101 | 101000 | 0 | 0 | 100100100 | 1100100 | 1010000 |
Color Harmonies of #F198FF
Complementary color
Monochromatic Colors of #F198FF
Black with #F198FF
Text Example
Text Example
White with #F198FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198FF; }
p { color: rgb(241,152,255); }
H1.HeaderClassName
{
color: #F198FF;
}
.AnyTagClassName
{
color: #F198FF;
}
</style>
background-color css
<style>
a { background-color: #F198FF; }
a { background-color: rgb(241,152,255); }
div.DivClassName
{
background-color: #F198FF;
}
.BgClassName
{
background-color: #F198FF;
}
</style>
border-color css
<style>
span { border-color: #F198FF; }
span { border-color: rgb(241,152,255); }
td.TdClassName
{
border-color: #F198FF;
}
.TagClassName
{
border-color: #F198FF;
}
</style>