Shades of Violet #F082FA
Tints of Violet #F082FA
RGB
CMYK
RGB Variations
Color information
#F082FA (or 0xF082FA) is known color: Violet. HEX triplet: F0, 82 and FA. RGB value is (240,130,250). Sum of RGB (Red+Green+Blue) = 240+130+250=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 130 (51.17% from 255 or 20.97% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #F082FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082FA is #0F7D05. Grayscale: #B0B0B0. Windows color (decimal): -1015046 or 16417520. OLE color: 16417520.
HSL color Cylindrical-coordinate representation of color #F082FA: hue angle of 295º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F082FA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 130 | 250 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.02 |
| HSL | 295º | 0.92% | 0.75% | - |
| HSV(B) | 295º | 0.48% | 0.98% | - |
| XYZ | 61.17 | 41.39 | 95.21 | - |
| YUV | 176.57 | 169.44 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 250 | 0.04 | 0.48 | 0 | 0.02 | 295 | 0.92 | 0.75 |
| Hex | F0 | 82 | FA | 4 | 30 | 0 | 2 | 127 | 5C | 4B |
| Octal | 360 | 202 | 372 | 4 | 60 | 0 | 2 | 447 | 134 | 113 |
| Binary | 11110000 | 10000010 | 11111010 | 100 | 110000 | 0 | 10 | 100100111 | 1011100 | 1001011 |
Color Harmonies of #F082FA
Complementary color
Monochromatic Colors of #F082FA
Black with #F082FA
Text Example
Text Example
White with #F082FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082FA; }
p { color: rgb(240,130,250); }
H1.HeaderClassName
{
color: #F082FA;
}
.AnyTagClassName
{
color: #F082FA;
}
</style>
background-color css
<style>
a { background-color: #F082FA; }
a { background-color: rgb(240,130,250); }
div.DivClassName
{
background-color: #F082FA;
}
.BgClassName
{
background-color: #F082FA;
}
</style>
border-color css
<style>
span { border-color: #F082FA; }
span { border-color: rgb(240,130,250); }
td.TdClassName
{
border-color: #F082FA;
}
.TagClassName
{
border-color: #F082FA;
}
</style>