Shades of Violet #F183ED
Tints of Violet #F183ED
RGB
CMYK
RGB Variations
Color information
#F183ED (or 0xF183ED) is known color: Violet. HEX triplet: F1, 83 and ED. RGB value is (241,131,237). Sum of RGB (Red+Green+Blue) = 241+131+237=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 131 (51.56% from 255 or 21.51% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F183ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F183ED is #0E7C12. Grayscale: #AFAFAF. Windows color (decimal): -949267 or 15565809. OLE color: 15565809.
HSL color Cylindrical-coordinate representation of color #F183ED: hue angle of 302.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183ED is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 237 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.18º | 0.8% | 0.73% | - |
| HSV(B) | 302.18º | 0.46% | 0.95% | - |
| XYZ | 59.68 | 41.05 | 84.9 | - |
| YUV | 175.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 237 | 0 | 0.46 | 0.02 | 0.05 | 302.18 | 0.8 | 0.73 |
| Hex | F1 | 83 | ED | 0 | 2E | 2 | 5 | 12E | 50 | 49 |
| Octal | 361 | 203 | 355 | 0 | 56 | 2 | 5 | 456 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11101101 | 0 | 101110 | 10 | 101 | 100101110 | 1010000 | 1001001 |
Color Harmonies of #F183ED
Complementary color
Monochromatic Colors of #F183ED
Black with #F183ED
Text Example
Text Example
White with #F183ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183ED; }
p { color: rgb(241,131,237); }
H1.HeaderClassName
{
color: #F183ED;
}
.AnyTagClassName
{
color: #F183ED;
}
</style>
background-color css
<style>
a { background-color: #F183ED; }
a { background-color: rgb(241,131,237); }
div.DivClassName
{
background-color: #F183ED;
}
.BgClassName
{
background-color: #F183ED;
}
</style>
border-color css
<style>
span { border-color: #F183ED; }
span { border-color: rgb(241,131,237); }
td.TdClassName
{
border-color: #F183ED;
}
.TagClassName
{
border-color: #F183ED;
}
</style>