Shades of Violet #F190ED
Tints of Violet #F190ED
RGB
CMYK
RGB Variations
Color information
#F190ED (or 0xF190ED) is known color: Violet. HEX triplet: F1, 90 and ED. RGB value is (241,144,237). Sum of RGB (Red+Green+Blue) = 241+144+237=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F190ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F190ED is #0E6F12. Grayscale: #B7B7B7. Windows color (decimal): -945939 or 15569137. OLE color: 15569137.
HSL color Cylindrical-coordinate representation of color #F190ED: hue angle of 302.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F190ED is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 237 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.05 |
| HSL | 302.47º | 0.78% | 0.75% | - |
| HSV(B) | 302.47º | 0.4% | 0.95% | - |
| XYZ | 61.53 | 44.76 | 85.52 | - |
| YUV | 183.61 | 158.14 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 237 | 0 | 0.40 | 0.02 | 0.05 | 302.47 | 0.78 | 0.75 |
| Hex | F1 | 90 | ED | 0 | 28 | 2 | 5 | 12E | 4E | 4B |
| Octal | 361 | 220 | 355 | 0 | 50 | 2 | 5 | 456 | 116 | 113 |
| Binary | 11110001 | 10010000 | 11101101 | 0 | 101000 | 10 | 101 | 100101110 | 1001110 | 1001011 |
Color Harmonies of #F190ED
Complementary color
Monochromatic Colors of #F190ED
Black with #F190ED
Text Example
Text Example
White with #F190ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F190ED; }
p { color: rgb(241,144,237); }
H1.HeaderClassName
{
color: #F190ED;
}
.AnyTagClassName
{
color: #F190ED;
}
</style>
background-color css
<style>
a { background-color: #F190ED; }
a { background-color: rgb(241,144,237); }
div.DivClassName
{
background-color: #F190ED;
}
.BgClassName
{
background-color: #F190ED;
}
</style>
border-color css
<style>
span { border-color: #F190ED; }
span { border-color: rgb(241,144,237); }
td.TdClassName
{
border-color: #F190ED;
}
.TagClassName
{
border-color: #F190ED;
}
</style>