Shades of Violet Red #F5407F
Tints of Violet Red #F5407F
RGB
CMYK
RGB Variations
Color information
#F5407F (or 0xF5407F) is known color: Violet Red. HEX triplet: F5, 40 and 7F. RGB value is (245,64,127). Sum of RGB (Red+Green+Blue) = 245+64+127=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 64 (25.39% from 255 or 14.68% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5407F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5407F is #0ABF80. Grayscale: #7D7D7D. Windows color (decimal): -704385 or 8339701. OLE color: 8339701.
HSL color Cylindrical-coordinate representation of color #F5407F: hue angle of 339.12º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5407F is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 127 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.04 |
| HSL | 339.12º | 0.9% | 0.61% | - |
| HSV(B) | 339.12º | 0.74% | 0.96% | - |
| XYZ | 43.32 | 24.61 | 22.55 | - |
| YUV | 125.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 127 | 0 | 0.74 | 0.48 | 0.04 | 339.12 | 0.9 | 0.61 |
| Hex | F5 | 40 | 7F | 0 | 4A | 30 | 4 | 153 | 5A | 3D |
| Octal | 365 | 100 | 177 | 0 | 112 | 60 | 4 | 523 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1111111 | 0 | 1001010 | 110000 | 100 | 101010011 | 1011010 | 111101 |
Color Harmonies of #F5407F
Complementary color
Monochromatic Colors of #F5407F
Black with #F5407F
Text Example
Text Example
White with #F5407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5407F; }
p { color: rgb(245,64,127); }
H1.HeaderClassName
{
color: #F5407F;
}
.AnyTagClassName
{
color: #F5407F;
}
</style>
background-color css
<style>
a { background-color: #F5407F; }
a { background-color: rgb(245,64,127); }
div.DivClassName
{
background-color: #F5407F;
}
.BgClassName
{
background-color: #F5407F;
}
</style>
border-color css
<style>
span { border-color: #F5407F; }
span { border-color: rgb(245,64,127); }
td.TdClassName
{
border-color: #F5407F;
}
.TagClassName
{
border-color: #F5407F;
}
</style>