Shades of Violet #F582FA
Tints of Violet #F582FA
RGB
CMYK
RGB Variations
Color information
#F582FA (or 0xF582FA) is known color: Violet. HEX triplet: F5, 82 and FA. RGB value is (245,130,250). Sum of RGB (Red+Green+Blue) = 245+130+250=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 130 (51.17% from 255 or 20.8% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #F582FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F582FA is #0A7D05. Grayscale: #B1B1B1. Windows color (decimal): -687366 or 16417525. OLE color: 16417525.
HSL color Cylindrical-coordinate representation of color #F582FA: hue angle of 297.5º 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 #F582FA is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 130 | 250 | - |
| CMYK | 0.02 | 0.48 | 0 | 0.02 |
| HSL | 297.5º | 0.92% | 0.75% | - |
| HSV(B) | 297.5º | 0.48% | 0.98% | - |
| XYZ | 62.89 | 42.28 | 95.29 | - |
| YUV | 178.07 | 168.6 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 130 | 250 | 0.02 | 0.48 | 0 | 0.02 | 297.5 | 0.92 | 0.75 |
| Hex | F5 | 82 | FA | 2 | 30 | 0 | 2 | 12A | 5C | 4B |
| Octal | 365 | 202 | 372 | 2 | 60 | 0 | 2 | 452 | 134 | 113 |
| Binary | 11110101 | 10000010 | 11111010 | 10 | 110000 | 0 | 10 | 100101010 | 1011100 | 1001011 |
Color Harmonies of #F582FA
Complementary color
Monochromatic Colors of #F582FA
Black with #F582FA
Text Example
Text Example
White with #F582FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F582FA; }
p { color: rgb(245,130,250); }
H1.HeaderClassName
{
color: #F582FA;
}
.AnyTagClassName
{
color: #F582FA;
}
</style>
background-color css
<style>
a { background-color: #F582FA; }
a { background-color: rgb(245,130,250); }
div.DivClassName
{
background-color: #F582FA;
}
.BgClassName
{
background-color: #F582FA;
}
</style>
border-color css
<style>
span { border-color: #F582FA; }
span { border-color: rgb(245,130,250); }
td.TdClassName
{
border-color: #F582FA;
}
.TagClassName
{
border-color: #F582FA;
}
</style>