Shades of Violet #F198ED
Tints of Violet #F198ED
RGB
CMYK
RGB Variations
Color information
#F198ED (or 0xF198ED) is known color: Violet. HEX triplet: F1, 98 and ED. RGB value is (241,152,237). Sum of RGB (Red+Green+Blue) = 241+152+237=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 152 (59.77% from 255 or 24.13% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F198ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F198ED is #0E6712. Grayscale: #BCBCBC. Windows color (decimal): -943891 or 15571185. OLE color: 15571185.
HSL color Cylindrical-coordinate representation of color #F198ED: hue angle of 302.7º 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 #F198ED is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 152 | 237 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.05 |
| HSL | 302.7º | 0.76% | 0.77% | - |
| HSV(B) | 302.7º | 0.37% | 0.95% | - |
| XYZ | 62.79 | 47.27 | 85.94 | - |
| YUV | 188.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 152 | 237 | 0 | 0.37 | 0.02 | 0.05 | 302.7 | 0.76 | 0.77 |
| Hex | F1 | 98 | ED | 0 | 25 | 2 | 5 | 12F | 4C | 4D |
| Octal | 361 | 230 | 355 | 0 | 45 | 2 | 5 | 457 | 114 | 115 |
| Binary | 11110001 | 10011000 | 11101101 | 0 | 100101 | 10 | 101 | 100101111 | 1001100 | 1001101 |
Color Harmonies of #F198ED
Complementary color
Monochromatic Colors of #F198ED
Black with #F198ED
Text Example
Text Example
White with #F198ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F198ED; }
p { color: rgb(241,152,237); }
H1.HeaderClassName
{
color: #F198ED;
}
.AnyTagClassName
{
color: #F198ED;
}
</style>
background-color css
<style>
a { background-color: #F198ED; }
a { background-color: rgb(241,152,237); }
div.DivClassName
{
background-color: #F198ED;
}
.BgClassName
{
background-color: #F198ED;
}
</style>
border-color css
<style>
span { border-color: #F198ED; }
span { border-color: rgb(241,152,237); }
td.TdClassName
{
border-color: #F198ED;
}
.TagClassName
{
border-color: #F198ED;
}
</style>