Shades of Violet Red #F7357C
Tints of Violet Red #F7357C
RGB
CMYK
RGB Variations
Color information
#F7357C (or 0xF7357C) is known color: Violet Red. HEX triplet: F7, 35 and 7C. RGB value is (247,53,124). Sum of RGB (Red+Green+Blue) = 247+53+124=424 (56% of max value = 765). Red value is 247 (96.88% from 255 or 58.25% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 247 - color contains mainly: red. Hex color #F7357C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7357C is #08CA83. Grayscale: #777777. Windows color (decimal): -576132 or 8140279. OLE color: 8140279.
HSL color Cylindrical-coordinate representation of color #F7357C: hue angle of 338.04º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F7357C is Cyan = 0, Magento = 0.79, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 53 | 124 | - |
| CMYK | 0 | 0.79 | 0.50 | 0.03 |
| HSL | 338.04º | 0.92% | 0.59% | - |
| HSV(B) | 338.04º | 0.79% | 0.97% | - |
| XYZ | 43.27 | 23.78 | 21.38 | - |
| YUV | 119.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 53 | 124 | 0 | 0.79 | 0.50 | 0.03 | 338.04 | 0.92 | 0.59 |
| Hex | F7 | 35 | 7C | 0 | 4F | 32 | 3 | 152 | 5C | 3B |
| Octal | 367 | 65 | 174 | 0 | 117 | 62 | 3 | 522 | 134 | 73 |
| Binary | 11110111 | 110101 | 1111100 | 0 | 1001111 | 110010 | 11 | 101010010 | 1011100 | 111011 |
Color Harmonies of #F7357C
Complementary color
Monochromatic Colors of #F7357C
Black with #F7357C
Text Example
Text Example
White with #F7357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7357C; }
p { color: rgb(247,53,124); }
H1.HeaderClassName
{
color: #F7357C;
}
.AnyTagClassName
{
color: #F7357C;
}
</style>
background-color css
<style>
a { background-color: #F7357C; }
a { background-color: rgb(247,53,124); }
div.DivClassName
{
background-color: #F7357C;
}
.BgClassName
{
background-color: #F7357C;
}
</style>
border-color css
<style>
span { border-color: #F7357C; }
span { border-color: rgb(247,53,124); }
td.TdClassName
{
border-color: #F7357C;
}
.TagClassName
{
border-color: #F7357C;
}
</style>