Shades of Violet Red #F53D7B
Tints of Violet Red #F53D7B
RGB
CMYK
RGB Variations
Color information
#F53D7B (or 0xF53D7B) is known color: Violet Red. HEX triplet: F5, 3D and 7B. RGB value is (245,61,123). Sum of RGB (Red+Green+Blue) = 245+61+123=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 61 (24.22% from 255 or 14.22% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D7B is #0AC284. Grayscale: #7B7B7B. Windows color (decimal): -705157 or 8076789. OLE color: 8076789.
HSL color Cylindrical-coordinate representation of color #F53D7B: hue angle of 339.78º 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 #F53D7B is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 123 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.04 |
| HSL | 339.78º | 0.9% | 0.6% | - |
| HSV(B) | 339.78º | 0.75% | 0.96% | - |
| XYZ | 42.9 | 24.18 | 21.15 | - |
| YUV | 123.08 | 127.96 | 214.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 123 | 0 | 0.75 | 0.50 | 0.04 | 339.78 | 0.9 | 0.6 |
| Hex | F5 | 3D | 7B | 0 | 4B | 32 | 4 | 154 | 5A | 3C |
| Octal | 365 | 75 | 173 | 0 | 113 | 62 | 4 | 524 | 132 | 74 |
| Binary | 11110101 | 111101 | 1111011 | 0 | 1001011 | 110010 | 100 | 101010100 | 1011010 | 111100 |
Color Harmonies of #F53D7B
Complementary color
Monochromatic Colors of #F53D7B
Black with #F53D7B
Text Example
Text Example
White with #F53D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D7B; }
p { color: rgb(245,61,123); }
H1.HeaderClassName
{
color: #F53D7B;
}
.AnyTagClassName
{
color: #F53D7B;
}
</style>
background-color css
<style>
a { background-color: #F53D7B; }
a { background-color: rgb(245,61,123); }
div.DivClassName
{
background-color: #F53D7B;
}
.BgClassName
{
background-color: #F53D7B;
}
</style>
border-color css
<style>
span { border-color: #F53D7B; }
span { border-color: rgb(245,61,123); }
td.TdClassName
{
border-color: #F53D7B;
}
.TagClassName
{
border-color: #F53D7B;
}
</style>