Shades of Violet Red #F53F8C
Tints of Violet Red #F53F8C
RGB
CMYK
RGB Variations
Color information
#F53F8C (or 0xF53F8C) is known color: Violet Red. HEX triplet: F5, 3F and 8C. RGB value is (245,63,140). Sum of RGB (Red+Green+Blue) = 245+63+140=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 140 (55.08% from 255 or 31.25% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F53F8C is #0AC073. Grayscale: #7E7E7E. Windows color (decimal): -704628 or 9191413. OLE color: 9191413.
HSL color Cylindrical-coordinate representation of color #F53F8C: hue angle of 334.62º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F53F8C is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 140 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.04 |
| HSL | 334.62º | 0.9% | 0.6% | - |
| HSV(B) | 334.62º | 0.74% | 0.96% | - |
| XYZ | 44.17 | 24.86 | 27.28 | - |
| YUV | 126.2 | 135.8 | 212.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 140 | 0 | 0.74 | 0.43 | 0.04 | 334.62 | 0.9 | 0.6 |
| Hex | F5 | 3F | 8C | 0 | 4A | 2B | 4 | 14F | 5A | 3C |
| Octal | 365 | 77 | 214 | 0 | 112 | 53 | 4 | 517 | 132 | 74 |
| Binary | 11110101 | 111111 | 10001100 | 0 | 1001010 | 101011 | 100 | 101001111 | 1011010 | 111100 |
Color Harmonies of #F53F8C
Complementary color
Monochromatic Colors of #F53F8C
Black with #F53F8C
Text Example
Text Example
White with #F53F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F8C; }
p { color: rgb(245,63,140); }
H1.HeaderClassName
{
color: #F53F8C;
}
.AnyTagClassName
{
color: #F53F8C;
}
</style>
background-color css
<style>
a { background-color: #F53F8C; }
a { background-color: rgb(245,63,140); }
div.DivClassName
{
background-color: #F53F8C;
}
.BgClassName
{
background-color: #F53F8C;
}
</style>
border-color css
<style>
span { border-color: #F53F8C; }
span { border-color: rgb(245,63,140); }
td.TdClassName
{
border-color: #F53F8C;
}
.TagClassName
{
border-color: #F53F8C;
}
</style>