Shades of Violet #F583F1
Tints of Violet #F583F1
RGB
CMYK
RGB Variations
Color information
#F583F1 (or 0xF583F1) is known color: Violet. HEX triplet: F5, 83 and F1. RGB value is (245,131,241). Sum of RGB (Red+Green+Blue) = 245+131+241=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F583F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F583F1 is #0A7C0E. Grayscale: #B1B1B1. Windows color (decimal): -687119 or 15827957. OLE color: 15827957.
HSL color Cylindrical-coordinate representation of color #F583F1: hue angle of 302.11º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583F1 is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 241 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.04 |
| HSL | 302.11º | 0.85% | 0.74% | - |
| HSV(B) | 302.11º | 0.47% | 0.96% | - |
| XYZ | 61.65 | 42 | 88.08 | - |
| YUV | 177.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 241 | 0 | 0.47 | 0.02 | 0.04 | 302.11 | 0.85 | 0.74 |
| Hex | F5 | 83 | F1 | 0 | 2F | 2 | 4 | 12E | 55 | 4A |
| Octal | 365 | 203 | 361 | 0 | 57 | 2 | 4 | 456 | 125 | 112 |
| Binary | 11110101 | 10000011 | 11110001 | 0 | 101111 | 10 | 100 | 100101110 | 1010101 | 1001010 |
Color Harmonies of #F583F1
Complementary color
Monochromatic Colors of #F583F1
Black with #F583F1
Text Example
Text Example
White with #F583F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583F1; }
p { color: rgb(245,131,241); }
H1.HeaderClassName
{
color: #F583F1;
}
.AnyTagClassName
{
color: #F583F1;
}
</style>
background-color css
<style>
a { background-color: #F583F1; }
a { background-color: rgb(245,131,241); }
div.DivClassName
{
background-color: #F583F1;
}
.BgClassName
{
background-color: #F583F1;
}
</style>
border-color css
<style>
span { border-color: #F583F1; }
span { border-color: rgb(245,131,241); }
td.TdClassName
{
border-color: #F583F1;
}
.TagClassName
{
border-color: #F583F1;
}
</style>