Shades of Violet Red #FD4997
Tints of Violet Red #FD4997
RGB
CMYK
RGB Variations
Color information
#FD4997 (or 0xFD4997) is known color: Violet Red. HEX triplet: FD, 49 and 97. RGB value is (253,73,151). Sum of RGB (Red+Green+Blue) = 253+73+151=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4997 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD4997 is #02B668. Grayscale: #878787. Windows color (decimal): -177769 or 9914877. OLE color: 9914877.
HSL color Cylindrical-coordinate representation of color #FD4997: hue angle of 334º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FD4997 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 151 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.01 |
| HSL | 334º | 0.98% | 0.64% | - |
| HSV(B) | 334º | 0.71% | 0.99% | - |
| XYZ | 48.48 | 27.88 | 32.1 | - |
| YUV | 135.71 | 136.63 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 151 | 0 | 0.71 | 0.40 | 0.01 | 334 | 0.98 | 0.64 |
| Hex | FD | 49 | 97 | 0 | 47 | 28 | 1 | 14E | 62 | 40 |
| Octal | 375 | 111 | 227 | 0 | 107 | 50 | 1 | 516 | 142 | 100 |
| Binary | 11111101 | 1001001 | 10010111 | 0 | 1000111 | 101000 | 1 | 101001110 | 1100010 | 1000000 |
Color Harmonies of #FD4997
Complementary color
Monochromatic Colors of #FD4997
Black with #FD4997
Text Example
Text Example
White with #FD4997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4997; }
p { color: rgb(253,73,151); }
H1.HeaderClassName
{
color: #FD4997;
}
.AnyTagClassName
{
color: #FD4997;
}
</style>
background-color css
<style>
a { background-color: #FD4997; }
a { background-color: rgb(253,73,151); }
div.DivClassName
{
background-color: #FD4997;
}
.BgClassName
{
background-color: #FD4997;
}
</style>
border-color css
<style>
span { border-color: #FD4997; }
span { border-color: rgb(253,73,151); }
td.TdClassName
{
border-color: #FD4997;
}
.TagClassName
{
border-color: #FD4997;
}
</style>