Shades of Violet #F573F1
Tints of Violet #F573F1
RGB
CMYK
RGB Variations
Color information
#F573F1 (or 0xF573F1) is known color: Violet. HEX triplet: F5, 73 and F1. RGB value is (245,115,241). Sum of RGB (Red+Green+Blue) = 245+115+241=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 115 (45.31% from 255 or 19.13% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F573F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F573F1 is #0A8C0E. Grayscale: #A7A7A7. Windows color (decimal): -691215 or 15823861. OLE color: 15823861.
HSL color Cylindrical-coordinate representation of color #F573F1: hue angle of 301.85º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F573F1 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 241 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.04 |
| HSL | 301.85º | 0.87% | 0.71% | - |
| HSV(B) | 301.85º | 0.53% | 0.96% | - |
| XYZ | 59.66 | 38.02 | 87.41 | - |
| YUV | 168.23 | 169.07 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 241 | 0 | 0.53 | 0.02 | 0.04 | 301.85 | 0.87 | 0.71 |
| Hex | F5 | 73 | F1 | 0 | 35 | 2 | 4 | 12E | 57 | 47 |
| Octal | 365 | 163 | 361 | 0 | 65 | 2 | 4 | 456 | 127 | 107 |
| Binary | 11110101 | 1110011 | 11110001 | 0 | 110101 | 10 | 100 | 100101110 | 1010111 | 1000111 |
Color Harmonies of #F573F1
Complementary color
Monochromatic Colors of #F573F1
Black with #F573F1
Text Example
Text Example
White with #F573F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F573F1; }
p { color: rgb(245,115,241); }
H1.HeaderClassName
{
color: #F573F1;
}
.AnyTagClassName
{
color: #F573F1;
}
</style>
background-color css
<style>
a { background-color: #F573F1; }
a { background-color: rgb(245,115,241); }
div.DivClassName
{
background-color: #F573F1;
}
.BgClassName
{
background-color: #F573F1;
}
</style>
border-color css
<style>
span { border-color: #F573F1; }
span { border-color: rgb(245,115,241); }
td.TdClassName
{
border-color: #F573F1;
}
.TagClassName
{
border-color: #F573F1;
}
</style>