Shades of Violet #F187ED
Tints of Violet #F187ED
RGB
CMYK
RGB Variations
Color information
#F187ED (or 0xF187ED) is known color: Violet. HEX triplet: F1, 87 and ED. RGB value is (241,135,237). Sum of RGB (Red+Green+Blue) = 241+135+237=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 135 (53.12% from 255 or 22.02% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F187ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F187ED is #0E7812. Grayscale: #B2B2B2. Windows color (decimal): -948243 or 15566833. OLE color: 15566833.
HSL color Cylindrical-coordinate representation of color #F187ED: hue angle of 302.26º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F187ED is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 237 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.05 |
| HSL | 302.26º | 0.79% | 0.74% | - |
| HSV(B) | 302.26º | 0.44% | 0.95% | - |
| XYZ | 60.23 | 42.14 | 85.08 | - |
| YUV | 178.32 | 161.12 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 237 | 0 | 0.44 | 0.02 | 0.05 | 302.26 | 0.79 | 0.74 |
| Hex | F1 | 87 | ED | 0 | 2C | 2 | 5 | 12E | 4F | 4A |
| Octal | 361 | 207 | 355 | 0 | 54 | 2 | 5 | 456 | 117 | 112 |
| Binary | 11110001 | 10000111 | 11101101 | 0 | 101100 | 10 | 101 | 100101110 | 1001111 | 1001010 |
Color Harmonies of #F187ED
Complementary color
Monochromatic Colors of #F187ED
Black with #F187ED
Text Example
Text Example
White with #F187ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187ED; }
p { color: rgb(241,135,237); }
H1.HeaderClassName
{
color: #F187ED;
}
.AnyTagClassName
{
color: #F187ED;
}
</style>
background-color css
<style>
a { background-color: #F187ED; }
a { background-color: rgb(241,135,237); }
div.DivClassName
{
background-color: #F187ED;
}
.BgClassName
{
background-color: #F187ED;
}
</style>
border-color css
<style>
span { border-color: #F187ED; }
span { border-color: rgb(241,135,237); }
td.TdClassName
{
border-color: #F187ED;
}
.TagClassName
{
border-color: #F187ED;
}
</style>