Shades of Violet Red #FD448D
Tints of Violet Red #FD448D
RGB
CMYK
RGB Variations
Color information
#FD448D (or 0xFD448D) is known color: Violet Red. HEX triplet: FD, 44 and 8D. RGB value is (253,68,141). Sum of RGB (Red+Green+Blue) = 253+68+141=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD448D is #02BB72. Grayscale: #838383. Windows color (decimal): -179059 or 9258237. OLE color: 9258237.
HSL color Cylindrical-coordinate representation of color #FD448D: hue angle of 336.32º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD448D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 141 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.01 |
| HSL | 336.32º | 0.98% | 0.63% | - |
| HSV(B) | 336.32º | 0.73% | 0.99% | - |
| XYZ | 47.38 | 26.94 | 27.9 | - |
| YUV | 131.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 141 | 0 | 0.73 | 0.44 | 0.01 | 336.32 | 0.98 | 0.63 |
| Hex | FD | 44 | 8D | 0 | 49 | 2C | 1 | 150 | 62 | 3F |
| Octal | 375 | 104 | 215 | 0 | 111 | 54 | 1 | 520 | 142 | 77 |
| Binary | 11111101 | 1000100 | 10001101 | 0 | 1001001 | 101100 | 1 | 101010000 | 1100010 | 111111 |
Color Harmonies of #FD448D
Complementary color
Monochromatic Colors of #FD448D
Black with #FD448D
Text Example
Text Example
White with #FD448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD448D; }
p { color: rgb(253,68,141); }
H1.HeaderClassName
{
color: #FD448D;
}
.AnyTagClassName
{
color: #FD448D;
}
</style>
background-color css
<style>
a { background-color: #FD448D; }
a { background-color: rgb(253,68,141); }
div.DivClassName
{
background-color: #FD448D;
}
.BgClassName
{
background-color: #FD448D;
}
</style>
border-color css
<style>
span { border-color: #FD448D; }
span { border-color: rgb(253,68,141); }
td.TdClassName
{
border-color: #FD448D;
}
.TagClassName
{
border-color: #FD448D;
}
</style>