Shades of Violet #F182EA
Tints of Violet #F182EA
RGB
CMYK
RGB Variations
Color information
#F182EA (or 0xF182EA) is known color: Violet. HEX triplet: F1, 82 and EA. RGB value is (241,130,234). Sum of RGB (Red+Green+Blue) = 241+130+234=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F182EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F182EA is #0E7D15. Grayscale: #AEAEAE. Windows color (decimal): -949526 or 15368945. OLE color: 15368945.
HSL color Cylindrical-coordinate representation of color #F182EA: hue angle of 303.78º 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 #F182EA is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 234 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.05 |
| HSL | 303.78º | 0.8% | 0.73% | - |
| HSV(B) | 303.78º | 0.46% | 0.95% | - |
| XYZ | 59.11 | 40.61 | 82.56 | - |
| YUV | 175.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 234 | 0 | 0.46 | 0.03 | 0.05 | 303.78 | 0.8 | 0.73 |
| Hex | F1 | 82 | EA | 0 | 2E | 3 | 5 | 130 | 50 | 49 |
| Octal | 361 | 202 | 352 | 0 | 56 | 3 | 5 | 460 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11101010 | 0 | 101110 | 11 | 101 | 100110000 | 1010000 | 1001001 |
Color Harmonies of #F182EA
Complementary color
Monochromatic Colors of #F182EA
Black with #F182EA
Text Example
Text Example
White with #F182EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182EA; }
p { color: rgb(241,130,234); }
H1.HeaderClassName
{
color: #F182EA;
}
.AnyTagClassName
{
color: #F182EA;
}
</style>
background-color css
<style>
a { background-color: #F182EA; }
a { background-color: rgb(241,130,234); }
div.DivClassName
{
background-color: #F182EA;
}
.BgClassName
{
background-color: #F182EA;
}
</style>
border-color css
<style>
span { border-color: #F182EA; }
span { border-color: rgb(241,130,234); }
td.TdClassName
{
border-color: #F182EA;
}
.TagClassName
{
border-color: #F182EA;
}
</style>