Shades of Violet Red #FD467D
Tints of Violet Red #FD467D
RGB
CMYK
RGB Variations
Color information
#FD467D (or 0xFD467D) is known color: Violet Red. HEX triplet: FD, 46 and 7D. RGB value is (253,70,125). Sum of RGB (Red+Green+Blue) = 253+70+125=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 70 (27.73% from 255 or 15.62% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FD467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD467D is #02B982. Grayscale: #828282. Windows color (decimal): -178563 or 8210173. OLE color: 8210173.
HSL color Cylindrical-coordinate representation of color #FD467D: hue angle of 341.97º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD467D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 125 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.01 |
| HSL | 341.97º | 0.98% | 0.63% | - |
| HSV(B) | 341.97º | 0.72% | 0.99% | - |
| XYZ | 46.4 | 26.74 | 22.12 | - |
| YUV | 130.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 125 | 0 | 0.72 | 0.51 | 0.01 | 341.97 | 0.98 | 0.63 |
| Hex | FD | 46 | 7D | 0 | 48 | 33 | 1 | 156 | 62 | 3F |
| Octal | 375 | 106 | 175 | 0 | 110 | 63 | 1 | 526 | 142 | 77 |
| Binary | 11111101 | 1000110 | 1111101 | 0 | 1001000 | 110011 | 1 | 101010110 | 1100010 | 111111 |
Color Harmonies of #FD467D
Complementary color
Monochromatic Colors of #FD467D
Black with #FD467D
Text Example
Text Example
White with #FD467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD467D; }
p { color: rgb(253,70,125); }
H1.HeaderClassName
{
color: #FD467D;
}
.AnyTagClassName
{
color: #FD467D;
}
</style>
background-color css
<style>
a { background-color: #FD467D; }
a { background-color: rgb(253,70,125); }
div.DivClassName
{
background-color: #FD467D;
}
.BgClassName
{
background-color: #FD467D;
}
</style>
border-color css
<style>
span { border-color: #FD467D; }
span { border-color: rgb(253,70,125); }
td.TdClassName
{
border-color: #FD467D;
}
.TagClassName
{
border-color: #FD467D;
}
</style>