Shades of Violet Red #F53181
Tints of Violet Red #F53181
RGB
CMYK
RGB Variations
Color information
#F53181 (or 0xF53181) is known color: Violet Red. HEX triplet: F5, 31 and 81. RGB value is (245,49,129). Sum of RGB (Red+Green+Blue) = 245+49+129=423 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.92% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 245 - color contains mainly: red. Hex color #F53181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53181 is #0ACE7E. Grayscale: #747474. Windows color (decimal): -708223 or 8466933. OLE color: 8466933.
HSL color Cylindrical-coordinate representation of color #F53181: hue angle of 335.51º 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 #F53181 is Cyan = 0, Magento = 0.8, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 129 | - |
| CMYK | 0 | 0.8 | 0.47 | 0.04 |
| HSL | 335.51º | 0.91% | 0.58% | - |
| HSV(B) | 335.51º | 0.8% | 0.96% | - |
| XYZ | 42.72 | 23.19 | 22.99 | - |
| YUV | 116.72 | 134.93 | 219.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 129 | 0 | 0.8 | 0.47 | 0.04 | 335.51 | 0.91 | 0.58 |
| Hex | F5 | 31 | 81 | 0 | 50 | 2F | 4 | 150 | 5B | 3A |
| Octal | 365 | 61 | 201 | 0 | 120 | 57 | 4 | 520 | 133 | 72 |
| Binary | 11110101 | 110001 | 10000001 | 0 | 1010000 | 101111 | 100 | 101010000 | 1011011 | 111010 |
Color Harmonies of #F53181
Complementary color
Monochromatic Colors of #F53181
Black with #F53181
Text Example
Text Example
White with #F53181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53181; }
p { color: rgb(245,49,129); }
H1.HeaderClassName
{
color: #F53181;
}
.AnyTagClassName
{
color: #F53181;
}
</style>
background-color css
<style>
a { background-color: #F53181; }
a { background-color: rgb(245,49,129); }
div.DivClassName
{
background-color: #F53181;
}
.BgClassName
{
background-color: #F53181;
}
</style>
border-color css
<style>
span { border-color: #F53181; }
span { border-color: rgb(245,49,129); }
td.TdClassName
{
border-color: #F53181;
}
.TagClassName
{
border-color: #F53181;
}
</style>