Shades of Violet #F580F3
Tints of Violet #F580F3
RGB
CMYK
RGB Variations
Color information
#F580F3 (or 0xF580F3) is known color: Violet. HEX triplet: F5, 80 and F3. RGB value is (245,128,243). Sum of RGB (Red+Green+Blue) = 245+128+243=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 128 (50.39% from 255 or 20.78% from 616); Blue value is 243 (95.31% from 255 or 39.45% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F580F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F580F3 is #0A7F0C. Grayscale: #AFAFAF. Windows color (decimal): -687885 or 15958261. OLE color: 15958261.
HSL color Cylindrical-coordinate representation of color #F580F3: hue angle of 301.03º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580F3 is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 243 | - |
| CMYK | 0 | 0.48 | 0.01 | 0.04 |
| HSL | 301.03º | 0.85% | 0.73% | - |
| HSV(B) | 301.03º | 0.48% | 0.96% | - |
| XYZ | 61.55 | 41.32 | 89.53 | - |
| YUV | 176.09 | 165.76 | 177.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 243 | 0 | 0.48 | 0.01 | 0.04 | 301.03 | 0.85 | 0.73 |
| Hex | F5 | 80 | F3 | 0 | 30 | 1 | 4 | 12D | 55 | 49 |
| Octal | 365 | 200 | 363 | 0 | 60 | 1 | 4 | 455 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11110011 | 0 | 110000 | 1 | 100 | 100101101 | 1010101 | 1001001 |
Color Harmonies of #F580F3
Complementary color
Monochromatic Colors of #F580F3
Black with #F580F3
Text Example
Text Example
White with #F580F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580F3; }
p { color: rgb(245,128,243); }
H1.HeaderClassName
{
color: #F580F3;
}
.AnyTagClassName
{
color: #F580F3;
}
</style>
background-color css
<style>
a { background-color: #F580F3; }
a { background-color: rgb(245,128,243); }
div.DivClassName
{
background-color: #F580F3;
}
.BgClassName
{
background-color: #F580F3;
}
</style>
border-color css
<style>
span { border-color: #F580F3; }
span { border-color: rgb(245,128,243); }
td.TdClassName
{
border-color: #F580F3;
}
.TagClassName
{
border-color: #F580F3;
}
</style>