Shades of Violet #F57CF7
Tints of Violet #F57CF7
RGB
CMYK
RGB Variations
Color information
#F57CF7 (or 0xF57CF7) is known color: Violet. HEX triplet: F5, 7C and F7. RGB value is (245,124,247). Sum of RGB (Red+Green+Blue) = 245+124+247=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #F57CF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57CF7 is #0A8308. Grayscale: #ADADAD. Windows color (decimal): -688905 or 16219381. OLE color: 16219381.
HSL color Cylindrical-coordinate representation of color #F57CF7: hue angle of 299.02º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57CF7 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 245 | 124 | 247 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.03 |
| HSL | 299.02º | 0.88% | 0.73% | - |
| HSV(B) | 299.02º | 0.5% | 0.97% | - |
| XYZ | 61.65 | 40.54 | 92.57 | - |
| YUV | 174.2 | 169.09 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 247 | 0.01 | 0.50 | 0 | 0.03 | 299.02 | 0.88 | 0.73 |
| Hex | F5 | 7C | F7 | 1 | 32 | 0 | 3 | 12B | 58 | 49 |
| Octal | 365 | 174 | 367 | 1 | 62 | 0 | 3 | 453 | 130 | 111 |
| Binary | 11110101 | 1111100 | 11110111 | 1 | 110010 | 0 | 11 | 100101011 | 1011000 | 1001001 |
Color Harmonies of #F57CF7
Complementary color
Monochromatic Colors of #F57CF7
Black with #F57CF7
Text Example
Text Example
White with #F57CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57CF7; }
p { color: rgb(245,124,247); }
H1.HeaderClassName
{
color: #F57CF7;
}
.AnyTagClassName
{
color: #F57CF7;
}
</style>
background-color css
<style>
a { background-color: #F57CF7; }
a { background-color: rgb(245,124,247); }
div.DivClassName
{
background-color: #F57CF7;
}
.BgClassName
{
background-color: #F57CF7;
}
</style>
border-color css
<style>
span { border-color: #F57CF7; }
span { border-color: rgb(245,124,247); }
td.TdClassName
{
border-color: #F57CF7;
}
.TagClassName
{
border-color: #F57CF7;
}
</style>