Shades of Violet #F57AF2
Tints of Violet #F57AF2
RGB
CMYK
RGB Variations
Color information
#F57AF2 (or 0xF57AF2) is known color: Violet. HEX triplet: F5, 7A and F2. RGB value is (245,122,242). Sum of RGB (Red+Green+Blue) = 245+122+242=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 122 (48.05% from 255 or 20.03% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AF2 is #0A850D. Grayscale: #ACACAC. Windows color (decimal): -689422 or 15891189. OLE color: 15891189.
HSL color Cylindrical-coordinate representation of color #F57AF2: hue angle of 301.46º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AF2 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 242 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.04 |
| HSL | 301.46º | 0.86% | 0.72% | - |
| HSV(B) | 301.46º | 0.5% | 0.96% | - |
| XYZ | 60.64 | 39.74 | 88.48 | - |
| YUV | 172.46 | 167.25 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 242 | 0 | 0.50 | 0.01 | 0.04 | 301.46 | 0.86 | 0.72 |
| Hex | F5 | 7A | F2 | 0 | 32 | 1 | 4 | 12D | 56 | 48 |
| Octal | 365 | 172 | 362 | 0 | 62 | 1 | 4 | 455 | 126 | 110 |
| Binary | 11110101 | 1111010 | 11110010 | 0 | 110010 | 1 | 100 | 100101101 | 1010110 | 1001000 |
Color Harmonies of #F57AF2
Complementary color
Monochromatic Colors of #F57AF2
Black with #F57AF2
Text Example
Text Example
White with #F57AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AF2; }
p { color: rgb(245,122,242); }
H1.HeaderClassName
{
color: #F57AF2;
}
.AnyTagClassName
{
color: #F57AF2;
}
</style>
background-color css
<style>
a { background-color: #F57AF2; }
a { background-color: rgb(245,122,242); }
div.DivClassName
{
background-color: #F57AF2;
}
.BgClassName
{
background-color: #F57AF2;
}
</style>
border-color css
<style>
span { border-color: #F57AF2; }
span { border-color: rgb(245,122,242); }
td.TdClassName
{
border-color: #F57AF2;
}
.TagClassName
{
border-color: #F57AF2;
}
</style>