Shades of Violet #F182E9
Tints of Violet #F182E9
RGB
CMYK
RGB Variations
Color information
#F182E9 (or 0xF182E9) is known color: Violet. HEX triplet: F1, 82 and E9. RGB value is (241,130,233). Sum of RGB (Red+Green+Blue) = 241+130+233=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F182E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F182E9 is #0E7D16. Grayscale: #AEAEAE. Windows color (decimal): -949527 or 15303409. OLE color: 15303409.
HSL color Cylindrical-coordinate representation of color #F182E9: hue angle of 304.32º 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 #F182E9 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 233 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.05 |
| HSL | 304.32º | 0.8% | 0.73% | - |
| HSV(B) | 304.32º | 0.46% | 0.95% | - |
| XYZ | 58.97 | 40.55 | 81.81 | - |
| YUV | 174.93 | 160.77 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 233 | 0 | 0.46 | 0.03 | 0.05 | 304.32 | 0.8 | 0.73 |
| Hex | F1 | 82 | E9 | 0 | 2E | 3 | 5 | 130 | 50 | 49 |
| Octal | 361 | 202 | 351 | 0 | 56 | 3 | 5 | 460 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11101001 | 0 | 101110 | 11 | 101 | 100110000 | 1010000 | 1001001 |
Color Harmonies of #F182E9
Complementary color
Monochromatic Colors of #F182E9
Black with #F182E9
Text Example
Text Example
White with #F182E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182E9; }
p { color: rgb(241,130,233); }
H1.HeaderClassName
{
color: #F182E9;
}
.AnyTagClassName
{
color: #F182E9;
}
</style>
background-color css
<style>
a { background-color: #F182E9; }
a { background-color: rgb(241,130,233); }
div.DivClassName
{
background-color: #F182E9;
}
.BgClassName
{
background-color: #F182E9;
}
</style>
border-color css
<style>
span { border-color: #F182E9; }
span { border-color: rgb(241,130,233); }
td.TdClassName
{
border-color: #F182E9;
}
.TagClassName
{
border-color: #F182E9;
}
</style>