Shades of Violet Red #FD2E7C
Tints of Violet Red #FD2E7C
RGB
CMYK
RGB Variations
Color information
#FD2E7C (or 0xFD2E7C) is known color: Violet Red. HEX triplet: FD, 2E and 7C. RGB value is (253,46,124). Sum of RGB (Red+Green+Blue) = 253+46+124=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 46 (18.36% from 255 or 10.87% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E7C is #02D183. Grayscale: #747474. Windows color (decimal): -184708 or 8138493. OLE color: 8138493.
HSL color Cylindrical-coordinate representation of color #FD2E7C: hue angle of 337.39º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E7C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 124 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.01 |
| HSL | 337.39º | 0.98% | 0.59% | - |
| HSV(B) | 337.39º | 0.82% | 0.99% | - |
| XYZ | 45.12 | 24.29 | 21.38 | - |
| YUV | 116.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 124 | 0 | 0.82 | 0.51 | 0.01 | 337.39 | 0.98 | 0.59 |
| Hex | FD | 2E | 7C | 0 | 52 | 33 | 1 | 151 | 62 | 3B |
| Octal | 375 | 56 | 174 | 0 | 122 | 63 | 1 | 521 | 142 | 73 |
| Binary | 11111101 | 101110 | 1111100 | 0 | 1010010 | 110011 | 1 | 101010001 | 1100010 | 111011 |
Color Harmonies of #FD2E7C
Complementary color
Monochromatic Colors of #FD2E7C
Black with #FD2E7C
Text Example
Text Example
White with #FD2E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E7C; }
p { color: rgb(253,46,124); }
H1.HeaderClassName
{
color: #FD2E7C;
}
.AnyTagClassName
{
color: #FD2E7C;
}
</style>
background-color css
<style>
a { background-color: #FD2E7C; }
a { background-color: rgb(253,46,124); }
div.DivClassName
{
background-color: #FD2E7C;
}
.BgClassName
{
background-color: #FD2E7C;
}
</style>
border-color css
<style>
span { border-color: #FD2E7C; }
span { border-color: rgb(253,46,124); }
td.TdClassName
{
border-color: #FD2E7C;
}
.TagClassName
{
border-color: #FD2E7C;
}
</style>