Shades of Violet Red #F52B79
Tints of Violet Red #F52B79
RGB
CMYK
RGB Variations
Color information
#F52B79 (or 0xF52B79) is known color: Violet Red. HEX triplet: F5, 2B and 79. RGB value is (245,43,121). Sum of RGB (Red+Green+Blue) = 245+43+121=409 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.90% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 245 - color contains mainly: red. Hex color #F52B79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52B79 is #0AD486. Grayscale: #707070. Windows color (decimal): -709767 or 7941109. OLE color: 7941109.
HSL color Cylindrical-coordinate representation of color #F52B79: hue angle of 336.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F52B79 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 43 | 121 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.04 |
| HSL | 336.83º | 0.91% | 0.56% | - |
| HSV(B) | 336.83º | 0.82% | 0.96% | - |
| XYZ | 41.97 | 22.52 | 20.22 | - |
| YUV | 112.29 | 132.92 | 222.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 43 | 121 | 0 | 0.82 | 0.51 | 0.04 | 336.83 | 0.91 | 0.56 |
| Hex | F5 | 2B | 79 | 0 | 52 | 33 | 4 | 151 | 5B | 38 |
| Octal | 365 | 53 | 171 | 0 | 122 | 63 | 4 | 521 | 133 | 70 |
| Binary | 11110101 | 101011 | 1111001 | 0 | 1010010 | 110011 | 100 | 101010001 | 1011011 | 111000 |
Color Harmonies of #F52B79
Complementary color
Monochromatic Colors of #F52B79
Black with #F52B79
Text Example
Text Example
White with #F52B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F52B79; }
p { color: rgb(245,43,121); }
H1.HeaderClassName
{
color: #F52B79;
}
.AnyTagClassName
{
color: #F52B79;
}
</style>
background-color css
<style>
a { background-color: #F52B79; }
a { background-color: rgb(245,43,121); }
div.DivClassName
{
background-color: #F52B79;
}
.BgClassName
{
background-color: #F52B79;
}
</style>
border-color css
<style>
span { border-color: #F52B79; }
span { border-color: rgb(245,43,121); }
td.TdClassName
{
border-color: #F52B79;
}
.TagClassName
{
border-color: #F52B79;
}
</style>