Shades of Violet Red #F5417D
Tints of Violet Red #F5417D
RGB
CMYK
RGB Variations
Color information
#F5417D (or 0xF5417D) is known color: Violet Red. HEX triplet: F5, 41 and 7D. RGB value is (245,65,125). Sum of RGB (Red+Green+Blue) = 245+65+125=435 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.32% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 245 - color contains mainly: red. Hex color #F5417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5417D is #0ABE82. Grayscale: #7D7D7D. Windows color (decimal): -704131 or 8208885. OLE color: 8208885.
HSL color Cylindrical-coordinate representation of color #F5417D: hue angle of 340º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5417D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 125 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.04 |
| HSL | 340º | 0.9% | 0.61% | - |
| HSV(B) | 340º | 0.73% | 0.96% | - |
| XYZ | 43.25 | 24.67 | 21.89 | - |
| YUV | 125.66 | 127.63 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 125 | 0 | 0.73 | 0.49 | 0.04 | 340 | 0.9 | 0.61 |
| Hex | F5 | 41 | 7D | 0 | 49 | 31 | 4 | 154 | 5A | 3D |
| Octal | 365 | 101 | 175 | 0 | 111 | 61 | 4 | 524 | 132 | 75 |
| Binary | 11110101 | 1000001 | 1111101 | 0 | 1001001 | 110001 | 100 | 101010100 | 1011010 | 111101 |
Color Harmonies of #F5417D
Complementary color
Monochromatic Colors of #F5417D
Black with #F5417D
Text Example
Text Example
White with #F5417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5417D; }
p { color: rgb(245,65,125); }
H1.HeaderClassName
{
color: #F5417D;
}
.AnyTagClassName
{
color: #F5417D;
}
</style>
background-color css
<style>
a { background-color: #F5417D; }
a { background-color: rgb(245,65,125); }
div.DivClassName
{
background-color: #F5417D;
}
.BgClassName
{
background-color: #F5417D;
}
</style>
border-color css
<style>
span { border-color: #F5417D; }
span { border-color: rgb(245,65,125); }
td.TdClassName
{
border-color: #F5417D;
}
.TagClassName
{
border-color: #F5417D;
}
</style>