Shades of Violet #F580F9
Tints of Violet #F580F9
RGB
CMYK
RGB Variations
Color information
#F580F9 (or 0xF580F9) is known color: Violet. HEX triplet: F5, 80 and F9. RGB value is (245,128,249). Sum of RGB (Red+Green+Blue) = 245+128+249=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 128 (50.39% from 255 or 20.58% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #F580F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580F9 is #0A7F06. Grayscale: #B0B0B0. Windows color (decimal): -687879 or 16351477. OLE color: 16351477.
HSL color Cylindrical-coordinate representation of color #F580F9: hue angle of 298.02º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F580F9 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 128 | 249 | - |
| CMYK | 0.02 | 0.49 | 0 | 0.02 |
| HSL | 298.02º | 0.91% | 0.74% | - |
| HSV(B) | 298.02º | 0.49% | 0.98% | - |
| XYZ | 62.47 | 41.69 | 94.38 | - |
| YUV | 176.78 | 168.76 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 249 | 0.02 | 0.49 | 0 | 0.02 | 298.02 | 0.91 | 0.74 |
| Hex | F5 | 80 | F9 | 2 | 31 | 0 | 2 | 12A | 5B | 4A |
| Octal | 365 | 200 | 371 | 2 | 61 | 0 | 2 | 452 | 133 | 112 |
| Binary | 11110101 | 10000000 | 11111001 | 10 | 110001 | 0 | 10 | 100101010 | 1011011 | 1001010 |
Color Harmonies of #F580F9
Complementary color
Monochromatic Colors of #F580F9
Black with #F580F9
Text Example
Text Example
White with #F580F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580F9; }
p { color: rgb(245,128,249); }
H1.HeaderClassName
{
color: #F580F9;
}
.AnyTagClassName
{
color: #F580F9;
}
</style>
background-color css
<style>
a { background-color: #F580F9; }
a { background-color: rgb(245,128,249); }
div.DivClassName
{
background-color: #F580F9;
}
.BgClassName
{
background-color: #F580F9;
}
</style>
border-color css
<style>
span { border-color: #F580F9; }
span { border-color: rgb(245,128,249); }
td.TdClassName
{
border-color: #F580F9;
}
.TagClassName
{
border-color: #F580F9;
}
</style>