Shades of Violet #F189ED
Tints of Violet #F189ED
RGB
CMYK
RGB Variations
Color information
#F189ED (or 0xF189ED) is known color: Violet. HEX triplet: F1, 89 and ED. RGB value is (241,137,237). Sum of RGB (Red+Green+Blue) = 241+137+237=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 137 (53.91% from 255 or 22.28% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F189ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F189ED is #0E7612. Grayscale: #B3B3B3. Windows color (decimal): -947731 or 15567345. OLE color: 15567345.
HSL color Cylindrical-coordinate representation of color #F189ED: hue angle of 302.31º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F189ED is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 237 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.05 |
| HSL | 302.31º | 0.79% | 0.74% | - |
| HSV(B) | 302.31º | 0.43% | 0.95% | - |
| XYZ | 60.51 | 42.71 | 85.17 | - |
| YUV | 179.5 | 160.46 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 237 | 0 | 0.43 | 0.02 | 0.05 | 302.31 | 0.79 | 0.74 |
| Hex | F1 | 89 | ED | 0 | 2B | 2 | 5 | 12E | 4F | 4A |
| Octal | 361 | 211 | 355 | 0 | 53 | 2 | 5 | 456 | 117 | 112 |
| Binary | 11110001 | 10001001 | 11101101 | 0 | 101011 | 10 | 101 | 100101110 | 1001111 | 1001010 |
Color Harmonies of #F189ED
Complementary color
Monochromatic Colors of #F189ED
Black with #F189ED
Text Example
Text Example
White with #F189ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F189ED; }
p { color: rgb(241,137,237); }
H1.HeaderClassName
{
color: #F189ED;
}
.AnyTagClassName
{
color: #F189ED;
}
</style>
background-color css
<style>
a { background-color: #F189ED; }
a { background-color: rgb(241,137,237); }
div.DivClassName
{
background-color: #F189ED;
}
.BgClassName
{
background-color: #F189ED;
}
</style>
border-color css
<style>
span { border-color: #F189ED; }
span { border-color: rgb(241,137,237); }
td.TdClassName
{
border-color: #F189ED;
}
.TagClassName
{
border-color: #F189ED;
}
</style>