Shades of Violet Red #F53C7F
Tints of Violet Red #F53C7F
RGB
CMYK
RGB Variations
Color information
#F53C7F (or 0xF53C7F) is known color: Violet Red. HEX triplet: F5, 3C and 7F. RGB value is (245,60,127). Sum of RGB (Red+Green+Blue) = 245+60+127=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F53C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53C7F is #0AC380. Grayscale: #7A7A7A. Windows color (decimal): -705409 or 8338677. OLE color: 8338677.
HSL color Cylindrical-coordinate representation of color #F53C7F: hue angle of 338.27º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F53C7F is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 60 | 127 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.04 |
| HSL | 338.27º | 0.9% | 0.6% | - |
| HSV(B) | 338.27º | 0.76% | 0.96% | - |
| XYZ | 43.1 | 24.18 | 22.47 | - |
| YUV | 122.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 60 | 127 | 0 | 0.76 | 0.48 | 0.04 | 338.27 | 0.9 | 0.6 |
| Hex | F5 | 3C | 7F | 0 | 4C | 30 | 4 | 152 | 5A | 3C |
| Octal | 365 | 74 | 177 | 0 | 114 | 60 | 4 | 522 | 132 | 74 |
| Binary | 11110101 | 111100 | 1111111 | 0 | 1001100 | 110000 | 100 | 101010010 | 1011010 | 111100 |
Color Harmonies of #F53C7F
Complementary color
Monochromatic Colors of #F53C7F
Black with #F53C7F
Text Example
Text Example
White with #F53C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53C7F; }
p { color: rgb(245,60,127); }
H1.HeaderClassName
{
color: #F53C7F;
}
.AnyTagClassName
{
color: #F53C7F;
}
</style>
background-color css
<style>
a { background-color: #F53C7F; }
a { background-color: rgb(245,60,127); }
div.DivClassName
{
background-color: #F53C7F;
}
.BgClassName
{
background-color: #F53C7F;
}
</style>
border-color css
<style>
span { border-color: #F53C7F; }
span { border-color: rgb(245,60,127); }
td.TdClassName
{
border-color: #F53C7F;
}
.TagClassName
{
border-color: #F53C7F;
}
</style>