Shades of Violet Red #F5357D
Tints of Violet Red #F5357D
RGB
CMYK
RGB Variations
Color information
#F5357D (or 0xF5357D) is known color: Violet Red. HEX triplet: F5, 35 and 7D. RGB value is (245,53,125). Sum of RGB (Red+Green+Blue) = 245+53+125=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F5357D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5357D is #0ACA82. Grayscale: #767676. Windows color (decimal): -707203 or 8205813. OLE color: 8205813.
HSL color Cylindrical-coordinate representation of color #F5357D: hue angle of 337.5º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F5357D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 125 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.04 |
| HSL | 337.5º | 0.91% | 0.58% | - |
| HSV(B) | 337.5º | 0.78% | 0.96% | - |
| XYZ | 42.63 | 23.44 | 21.68 | - |
| YUV | 118.62 | 131.61 | 218.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 125 | 0 | 0.78 | 0.49 | 0.04 | 337.5 | 0.91 | 0.58 |
| Hex | F5 | 35 | 7D | 0 | 4E | 31 | 4 | 152 | 5B | 3A |
| Octal | 365 | 65 | 175 | 0 | 116 | 61 | 4 | 522 | 133 | 72 |
| Binary | 11110101 | 110101 | 1111101 | 0 | 1001110 | 110001 | 100 | 101010010 | 1011011 | 111010 |
Color Harmonies of #F5357D
Complementary color
Monochromatic Colors of #F5357D
Black with #F5357D
Text Example
Text Example
White with #F5357D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5357D; }
p { color: rgb(245,53,125); }
H1.HeaderClassName
{
color: #F5357D;
}
.AnyTagClassName
{
color: #F5357D;
}
</style>
background-color css
<style>
a { background-color: #F5357D; }
a { background-color: rgb(245,53,125); }
div.DivClassName
{
background-color: #F5357D;
}
.BgClassName
{
background-color: #F5357D;
}
</style>
border-color css
<style>
span { border-color: #F5357D; }
span { border-color: rgb(245,53,125); }
td.TdClassName
{
border-color: #F5357D;
}
.TagClassName
{
border-color: #F5357D;
}
</style>