Shades of Violet #F083F2
Tints of Violet #F083F2
RGB
CMYK
RGB Variations
Color information
#F083F2 (or 0xF083F2) is known color: Violet. HEX triplet: F0, 83 and F2. RGB value is (240,131,242). Sum of RGB (Red+Green+Blue) = 240+131+242=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 131 (51.56% from 255 or 21.37% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #F083F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F083F2 is #0F7C0D. Grayscale: #AFAFAF. Windows color (decimal): -1014798 or 15893488. OLE color: 15893488.
HSL color Cylindrical-coordinate representation of color #F083F2: hue angle of 298.92º degrees, saturation: 0.81, 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 #F083F2 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 131 | 242 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.05 |
| HSL | 298.92º | 0.81% | 0.73% | - |
| HSV(B) | 298.92º | 0.46% | 0.95% | - |
| XYZ | 60.08 | 41.17 | 88.78 | - |
| YUV | 176.25 | 165.11 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 242 | 0.01 | 0.46 | 0 | 0.05 | 298.92 | 0.81 | 0.73 |
| Hex | F0 | 83 | F2 | 1 | 2E | 0 | 5 | 12B | 51 | 49 |
| Octal | 360 | 203 | 362 | 1 | 56 | 0 | 5 | 453 | 121 | 111 |
| Binary | 11110000 | 10000011 | 11110010 | 1 | 101110 | 0 | 101 | 100101011 | 1010001 | 1001001 |
Color Harmonies of #F083F2
Complementary color
Monochromatic Colors of #F083F2
Black with #F083F2
Text Example
Text Example
White with #F083F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083F2; }
p { color: rgb(240,131,242); }
H1.HeaderClassName
{
color: #F083F2;
}
.AnyTagClassName
{
color: #F083F2;
}
</style>
background-color css
<style>
a { background-color: #F083F2; }
a { background-color: rgb(240,131,242); }
div.DivClassName
{
background-color: #F083F2;
}
.BgClassName
{
background-color: #F083F2;
}
</style>
border-color css
<style>
span { border-color: #F083F2; }
span { border-color: rgb(240,131,242); }
td.TdClassName
{
border-color: #F083F2;
}
.TagClassName
{
border-color: #F083F2;
}
</style>