Shades of Violet #F182F0
Tints of Violet #F182F0
RGB
CMYK
RGB Variations
Color information
#F182F0 (or 0xF182F0) is known color: Violet. HEX triplet: F1, 82 and F0. RGB value is (241,130,240). Sum of RGB (Red+Green+Blue) = 241+130+240=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 240 (94.14% from 255 or 39.28% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F182F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F182F0 is #0E7D0F. Grayscale: #AFAFAF. Windows color (decimal): -949520 or 15762161. OLE color: 15762161.
HSL color Cylindrical-coordinate representation of color #F182F0: hue angle of 300.54º 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 #F182F0 is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 240 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.05 |
| HSL | 300.54º | 0.8% | 0.73% | - |
| HSV(B) | 300.54º | 0.46% | 0.95% | - |
| XYZ | 59.99 | 40.96 | 87.18 | - |
| YUV | 175.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 240 | 0 | 0.46 | 0.00 | 0.05 | 300.54 | 0.8 | 0.73 |
| Hex | F1 | 82 | F0 | 0 | 2E | 0 | 5 | 12D | 50 | 49 |
| Octal | 361 | 202 | 360 | 0 | 56 | 0 | 5 | 455 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11110000 | 0 | 101110 | 0 | 101 | 100101101 | 1010000 | 1001001 |
Color Harmonies of #F182F0
Complementary color
Monochromatic Colors of #F182F0
Black with #F182F0
Text Example
Text Example
White with #F182F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182F0; }
p { color: rgb(241,130,240); }
H1.HeaderClassName
{
color: #F182F0;
}
.AnyTagClassName
{
color: #F182F0;
}
</style>
background-color css
<style>
a { background-color: #F182F0; }
a { background-color: rgb(241,130,240); }
div.DivClassName
{
background-color: #F182F0;
}
.BgClassName
{
background-color: #F182F0;
}
</style>
border-color css
<style>
span { border-color: #F182F0; }
span { border-color: rgb(241,130,240); }
td.TdClassName
{
border-color: #F182F0;
}
.TagClassName
{
border-color: #F182F0;
}
</style>