Shades of Violet Red #FD397B
Tints of Violet Red #FD397B
RGB
CMYK
RGB Variations
Color information
#FD397B (or 0xFD397B) is known color: Violet Red. HEX triplet: FD, 39 and 7B. RGB value is (253,57,123). Sum of RGB (Red+Green+Blue) = 253+57+123=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD397B is #02C684. Grayscale: #7B7B7B. Windows color (decimal): -181893 or 8075773. OLE color: 8075773.
HSL color Cylindrical-coordinate representation of color #FD397B: hue angle of 339.8º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD397B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 57 | 123 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.01 |
| HSL | 339.8º | 0.98% | 0.61% | - |
| HSV(B) | 339.8º | 0.77% | 0.99% | - |
| XYZ | 45.55 | 25.24 | 21.21 | - |
| YUV | 123.13 | 127.93 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 57 | 123 | 0 | 0.77 | 0.51 | 0.01 | 339.8 | 0.98 | 0.61 |
| Hex | FD | 39 | 7B | 0 | 4D | 33 | 1 | 154 | 62 | 3D |
| Octal | 375 | 71 | 173 | 0 | 115 | 63 | 1 | 524 | 142 | 75 |
| Binary | 11111101 | 111001 | 1111011 | 0 | 1001101 | 110011 | 1 | 101010100 | 1100010 | 111101 |
Color Harmonies of #FD397B
Complementary color
Monochromatic Colors of #FD397B
Black with #FD397B
Text Example
Text Example
White with #FD397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD397B; }
p { color: rgb(253,57,123); }
H1.HeaderClassName
{
color: #FD397B;
}
.AnyTagClassName
{
color: #FD397B;
}
</style>
background-color css
<style>
a { background-color: #FD397B; }
a { background-color: rgb(253,57,123); }
div.DivClassName
{
background-color: #FD397B;
}
.BgClassName
{
background-color: #FD397B;
}
</style>
border-color css
<style>
span { border-color: #FD397B; }
span { border-color: rgb(253,57,123); }
td.TdClassName
{
border-color: #FD397B;
}
.TagClassName
{
border-color: #FD397B;
}
</style>