Shades of Violet #F57AF6
Tints of Violet #F57AF6
RGB
CMYK
RGB Variations
Color information
#F57AF6 (or 0xF57AF6) is known color: Violet. HEX triplet: F5, 7A and F6. RGB value is (245,122,246). Sum of RGB (Red+Green+Blue) = 245+122+246=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 122 (48.05% from 255 or 19.90% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #F57AF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57AF6 is #0A8509. Grayscale: #ACACAC. Windows color (decimal): -689418 or 16153333. OLE color: 16153333.
HSL color Cylindrical-coordinate representation of color #F57AF6: hue angle of 299.52º degrees, saturation: 0.87, 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 #F57AF6 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 122 | 246 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.04 |
| HSL | 299.52º | 0.87% | 0.72% | - |
| HSV(B) | 299.52º | 0.5% | 0.96% | - |
| XYZ | 61.25 | 39.99 | 91.68 | - |
| YUV | 172.91 | 169.25 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 122 | 246 | 0.00 | 0.50 | 0 | 0.04 | 299.52 | 0.87 | 0.72 |
| Hex | F5 | 7A | F6 | 0 | 32 | 0 | 4 | 12C | 57 | 48 |
| Octal | 365 | 172 | 366 | 0 | 62 | 0 | 4 | 454 | 127 | 110 |
| Binary | 11110101 | 1111010 | 11110110 | 0 | 110010 | 0 | 100 | 100101100 | 1010111 | 1001000 |
Color Harmonies of #F57AF6
Complementary color
Monochromatic Colors of #F57AF6
Black with #F57AF6
Text Example
Text Example
White with #F57AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57AF6; }
p { color: rgb(245,122,246); }
H1.HeaderClassName
{
color: #F57AF6;
}
.AnyTagClassName
{
color: #F57AF6;
}
</style>
background-color css
<style>
a { background-color: #F57AF6; }
a { background-color: rgb(245,122,246); }
div.DivClassName
{
background-color: #F57AF6;
}
.BgClassName
{
background-color: #F57AF6;
}
</style>
border-color css
<style>
span { border-color: #F57AF6; }
span { border-color: rgb(245,122,246); }
td.TdClassName
{
border-color: #F57AF6;
}
.TagClassName
{
border-color: #F57AF6;
}
</style>