Shades of Violet #F082FC
Tints of Violet #F082FC
RGB
CMYK
RGB Variations
Color information
#F082FC (or 0xF082FC) is known color: Violet. HEX triplet: F0, 82 and FC. RGB value is (240,130,252). Sum of RGB (Red+Green+Blue) = 240+130+252=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #F082FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082FC is #0F7D03. Grayscale: #B0B0B0. Windows color (decimal): -1015044 or 16548592. OLE color: 16548592.
HSL color Cylindrical-coordinate representation of color #F082FC: hue angle of 294.1º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F082FC is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 130 | 252 | - |
| CMYK | 0.05 | 0.48 | 0 | 0.01 |
| HSL | 294.1º | 0.95% | 0.75% | - |
| HSV(B) | 294.1º | 0.48% | 0.99% | - |
| XYZ | 61.49 | 41.52 | 96.87 | - |
| YUV | 176.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 252 | 0.05 | 0.48 | 0 | 0.01 | 294.1 | 0.95 | 0.75 |
| Hex | F0 | 82 | FC | 5 | 30 | 0 | 1 | 126 | 5F | 4B |
| Octal | 360 | 202 | 374 | 5 | 60 | 0 | 1 | 446 | 137 | 113 |
| Binary | 11110000 | 10000010 | 11111100 | 101 | 110000 | 0 | 1 | 100100110 | 1011111 | 1001011 |
Color Harmonies of #F082FC
Complementary color
Monochromatic Colors of #F082FC
Black with #F082FC
Text Example
Text Example
White with #F082FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082FC; }
p { color: rgb(240,130,252); }
H1.HeaderClassName
{
color: #F082FC;
}
.AnyTagClassName
{
color: #F082FC;
}
</style>
background-color css
<style>
a { background-color: #F082FC; }
a { background-color: rgb(240,130,252); }
div.DivClassName
{
background-color: #F082FC;
}
.BgClassName
{
background-color: #F082FC;
}
</style>
border-color css
<style>
span { border-color: #F082FC; }
span { border-color: rgb(240,130,252); }
td.TdClassName
{
border-color: #F082FC;
}
.TagClassName
{
border-color: #F082FC;
}
</style>