Shades of Violet #F580F7
Tints of Violet #F580F7
RGB
CMYK
RGB Variations
Color information
#F580F7 (or 0xF580F7) is known color: Violet. HEX triplet: F5, 80 and F7. RGB value is (245,128,247). Sum of RGB (Red+Green+Blue) = 245+128+247=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #F580F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580F7 is #0A7F08. Grayscale: #B0B0B0. Windows color (decimal): -687881 or 16220405. OLE color: 16220405.
HSL color Cylindrical-coordinate representation of color #F580F7: hue angle of 298.99º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580F7 is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 128 | 247 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.03 |
| HSL | 298.99º | 0.88% | 0.74% | - |
| HSV(B) | 298.99º | 0.48% | 0.97% | - |
| XYZ | 62.16 | 41.57 | 92.74 | - |
| YUV | 176.55 | 167.76 | 176.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 247 | 0.01 | 0.48 | 0 | 0.03 | 298.99 | 0.88 | 0.74 |
| Hex | F5 | 80 | F7 | 1 | 30 | 0 | 3 | 12B | 58 | 4A |
| Octal | 365 | 200 | 367 | 1 | 60 | 0 | 3 | 453 | 130 | 112 |
| Binary | 11110101 | 10000000 | 11110111 | 1 | 110000 | 0 | 11 | 100101011 | 1011000 | 1001010 |
Color Harmonies of #F580F7
Complementary color
Monochromatic Colors of #F580F7
Black with #F580F7
Text Example
Text Example
White with #F580F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580F7; }
p { color: rgb(245,128,247); }
H1.HeaderClassName
{
color: #F580F7;
}
.AnyTagClassName
{
color: #F580F7;
}
</style>
background-color css
<style>
a { background-color: #F580F7; }
a { background-color: rgb(245,128,247); }
div.DivClassName
{
background-color: #F580F7;
}
.BgClassName
{
background-color: #F580F7;
}
</style>
border-color css
<style>
span { border-color: #F580F7; }
span { border-color: rgb(245,128,247); }
td.TdClassName
{
border-color: #F580F7;
}
.TagClassName
{
border-color: #F580F7;
}
</style>