Shades of Violet Red #FD2B7C
Tints of Violet Red #FD2B7C
RGB
CMYK
RGB Variations
Color information
#FD2B7C (or 0xFD2B7C) is known color: Violet Red. HEX triplet: FD, 2B and 7C. RGB value is (253,43,124). Sum of RGB (Red+Green+Blue) = 253+43+124=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 43 (17.19% from 255 or 10.24% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2B7C is #02D483. Grayscale: #727272. Windows color (decimal): -185476 or 8137725. OLE color: 8137725.
HSL color Cylindrical-coordinate representation of color #FD2B7C: hue angle of 336.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2B7C is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 124 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.01 |
| HSL | 336.86º | 0.98% | 0.58% | - |
| HSV(B) | 336.86º | 0.83% | 0.99% | - |
| XYZ | 45.01 | 24.07 | 21.34 | - |
| YUV | 115.02 | 133.07 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 124 | 0 | 0.83 | 0.51 | 0.01 | 336.86 | 0.98 | 0.58 |
| Hex | FD | 2B | 7C | 0 | 53 | 33 | 1 | 151 | 62 | 3A |
| Octal | 375 | 53 | 174 | 0 | 123 | 63 | 1 | 521 | 142 | 72 |
| Binary | 11111101 | 101011 | 1111100 | 0 | 1010011 | 110011 | 1 | 101010001 | 1100010 | 111010 |
Color Harmonies of #FD2B7C
Complementary color
Monochromatic Colors of #FD2B7C
Black with #FD2B7C
Text Example
Text Example
White with #FD2B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2B7C; }
p { color: rgb(253,43,124); }
H1.HeaderClassName
{
color: #FD2B7C;
}
.AnyTagClassName
{
color: #FD2B7C;
}
</style>
background-color css
<style>
a { background-color: #FD2B7C; }
a { background-color: rgb(253,43,124); }
div.DivClassName
{
background-color: #FD2B7C;
}
.BgClassName
{
background-color: #FD2B7C;
}
</style>
border-color css
<style>
span { border-color: #FD2B7C; }
span { border-color: rgb(253,43,124); }
td.TdClassName
{
border-color: #FD2B7C;
}
.TagClassName
{
border-color: #FD2B7C;
}
</style>