Shades of Violet Red #F53277
Tints of Violet Red #F53277
RGB
CMYK
RGB Variations
Color information
#F53277 (or 0xF53277) is known color: Violet Red. HEX triplet: F5, 32 and 77. RGB value is (245,50,119). Sum of RGB (Red+Green+Blue) = 245+50+119=414 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.18% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 245 - color contains mainly: red. Hex color #F53277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53277 is #0ACD88. Grayscale: #747474. Windows color (decimal): -707977 or 7811829. OLE color: 7811829.
HSL color Cylindrical-coordinate representation of color #F53277: hue angle of 338.77º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F53277 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 50 | 119 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.04 |
| HSL | 338.77º | 0.91% | 0.58% | - |
| HSV(B) | 338.77º | 0.8% | 0.96% | - |
| XYZ | 42.13 | 23.03 | 19.68 | - |
| YUV | 116.17 | 129.6 | 219.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 50 | 119 | 0 | 0.80 | 0.51 | 0.04 | 338.77 | 0.91 | 0.58 |
| Hex | F5 | 32 | 77 | 0 | 50 | 33 | 4 | 153 | 5B | 3A |
| Octal | 365 | 62 | 167 | 0 | 120 | 63 | 4 | 523 | 133 | 72 |
| Binary | 11110101 | 110010 | 1110111 | 0 | 1010000 | 110011 | 100 | 101010011 | 1011011 | 111010 |
Color Harmonies of #F53277
Complementary color
Monochromatic Colors of #F53277
Black with #F53277
Text Example
Text Example
White with #F53277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53277; }
p { color: rgb(245,50,119); }
H1.HeaderClassName
{
color: #F53277;
}
.AnyTagClassName
{
color: #F53277;
}
</style>
background-color css
<style>
a { background-color: #F53277; }
a { background-color: rgb(245,50,119); }
div.DivClassName
{
background-color: #F53277;
}
.BgClassName
{
background-color: #F53277;
}
</style>
border-color css
<style>
span { border-color: #F53277; }
span { border-color: rgb(245,50,119); }
td.TdClassName
{
border-color: #F53277;
}
.TagClassName
{
border-color: #F53277;
}
</style>