Shades of Violet #F082F3
Tints of Violet #F082F3
RGB
CMYK
RGB Variations
Color information
#F082F3 (or 0xF082F3) is known color: Violet. HEX triplet: F0, 82 and F3. RGB value is (240,130,243). Sum of RGB (Red+Green+Blue) = 240+130+243=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #F082F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082F3 is #0F7D0C. Grayscale: #AFAFAF. Windows color (decimal): -1015053 or 15958768. OLE color: 15958768.
HSL color Cylindrical-coordinate representation of color #F082F3: hue angle of 298.41º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F082F3 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 130 | 243 | - |
| CMYK | 0.01 | 0.47 | 0 | 0.05 |
| HSL | 298.41º | 0.82% | 0.73% | - |
| HSV(B) | 298.41º | 0.47% | 0.95% | - |
| XYZ | 60.1 | 40.96 | 89.53 | - |
| YUV | 175.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 243 | 0.01 | 0.47 | 0 | 0.05 | 298.41 | 0.82 | 0.73 |
| Hex | F0 | 82 | F3 | 1 | 2F | 0 | 5 | 12A | 52 | 49 |
| Octal | 360 | 202 | 363 | 1 | 57 | 0 | 5 | 452 | 122 | 111 |
| Binary | 11110000 | 10000010 | 11110011 | 1 | 101111 | 0 | 101 | 100101010 | 1010010 | 1001001 |
Color Harmonies of #F082F3
Complementary color
Monochromatic Colors of #F082F3
Black with #F082F3
Text Example
Text Example
White with #F082F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082F3; }
p { color: rgb(240,130,243); }
H1.HeaderClassName
{
color: #F082F3;
}
.AnyTagClassName
{
color: #F082F3;
}
</style>
background-color css
<style>
a { background-color: #F082F3; }
a { background-color: rgb(240,130,243); }
div.DivClassName
{
background-color: #F082F3;
}
.BgClassName
{
background-color: #F082F3;
}
</style>
border-color css
<style>
span { border-color: #F082F3; }
span { border-color: rgb(240,130,243); }
td.TdClassName
{
border-color: #F082F3;
}
.TagClassName
{
border-color: #F082F3;
}
</style>