Shades of Violet Red #F53D7D
Tints of Violet Red #F53D7D
RGB
CMYK
RGB Variations
Color information
#F53D7D (or 0xF53D7D) is known color: Violet Red. HEX triplet: F5, 3D and 7D. RGB value is (245,61,125). Sum of RGB (Red+Green+Blue) = 245+61+125=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D7D is #0AC282. Grayscale: #7B7B7B. Windows color (decimal): -705155 or 8207861. OLE color: 8207861.
HSL color Cylindrical-coordinate representation of color #F53D7D: hue angle of 339.13º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53D7D is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 125 | - |
| CMYK | 0 | 0.75 | 0.49 | 0.04 |
| HSL | 339.13º | 0.9% | 0.6% | - |
| HSV(B) | 339.13º | 0.75% | 0.96% | - |
| XYZ | 43.03 | 24.23 | 21.81 | - |
| YUV | 123.31 | 128.96 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 125 | 0 | 0.75 | 0.49 | 0.04 | 339.13 | 0.9 | 0.6 |
| Hex | F5 | 3D | 7D | 0 | 4B | 31 | 4 | 153 | 5A | 3C |
| Octal | 365 | 75 | 175 | 0 | 113 | 61 | 4 | 523 | 132 | 74 |
| Binary | 11110101 | 111101 | 1111101 | 0 | 1001011 | 110001 | 100 | 101010011 | 1011010 | 111100 |
Color Harmonies of #F53D7D
Complementary color
Monochromatic Colors of #F53D7D
Black with #F53D7D
Text Example
Text Example
White with #F53D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D7D; }
p { color: rgb(245,61,125); }
H1.HeaderClassName
{
color: #F53D7D;
}
.AnyTagClassName
{
color: #F53D7D;
}
</style>
background-color css
<style>
a { background-color: #F53D7D; }
a { background-color: rgb(245,61,125); }
div.DivClassName
{
background-color: #F53D7D;
}
.BgClassName
{
background-color: #F53D7D;
}
</style>
border-color css
<style>
span { border-color: #F53D7D; }
span { border-color: rgb(245,61,125); }
td.TdClassName
{
border-color: #F53D7D;
}
.TagClassName
{
border-color: #F53D7D;
}
</style>