Shades of Violet #F184ED
Tints of Violet #F184ED
RGB
CMYK
RGB Variations
Color information
#F184ED (or 0xF184ED) is known color: Violet. HEX triplet: F1, 84 and ED. RGB value is (241,132,237). Sum of RGB (Red+Green+Blue) = 241+132+237=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F184ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184ED is #0E7B12. Grayscale: #B0B0B0. Windows color (decimal): -949011 or 15566065. OLE color: 15566065.
HSL color Cylindrical-coordinate representation of color #F184ED: hue angle of 302.2º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184ED is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 237 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.05 |
| HSL | 302.2º | 0.8% | 0.73% | - |
| HSV(B) | 302.2º | 0.45% | 0.95% | - |
| XYZ | 59.81 | 41.32 | 84.94 | - |
| YUV | 176.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 237 | 0 | 0.45 | 0.02 | 0.05 | 302.2 | 0.8 | 0.73 |
| Hex | F1 | 84 | ED | 0 | 2D | 2 | 5 | 12E | 50 | 49 |
| Octal | 361 | 204 | 355 | 0 | 55 | 2 | 5 | 456 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11101101 | 0 | 101101 | 10 | 101 | 100101110 | 1010000 | 1001001 |
Color Harmonies of #F184ED
Complementary color
Monochromatic Colors of #F184ED
Black with #F184ED
Text Example
Text Example
White with #F184ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184ED; }
p { color: rgb(241,132,237); }
H1.HeaderClassName
{
color: #F184ED;
}
.AnyTagClassName
{
color: #F184ED;
}
</style>
background-color css
<style>
a { background-color: #F184ED; }
a { background-color: rgb(241,132,237); }
div.DivClassName
{
background-color: #F184ED;
}
.BgClassName
{
background-color: #F184ED;
}
</style>
border-color css
<style>
span { border-color: #F184ED; }
span { border-color: rgb(241,132,237); }
td.TdClassName
{
border-color: #F184ED;
}
.TagClassName
{
border-color: #F184ED;
}
</style>