Shades of Violet Red #FD448C
Tints of Violet Red #FD448C
RGB
CMYK
RGB Variations
Color information
#FD448C (or 0xFD448C) is known color: Violet Red. HEX triplet: FD, 44 and 8C. RGB value is (253,68,140). Sum of RGB (Red+Green+Blue) = 253+68+140=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FD448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD448C is #02BB73. Grayscale: #838383. Windows color (decimal): -179060 or 9192701. OLE color: 9192701.
HSL color Cylindrical-coordinate representation of color #FD448C: hue angle of 336.65º 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 #FD448C is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 140 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.01 |
| HSL | 336.65º | 0.98% | 0.63% | - |
| HSV(B) | 336.65º | 0.73% | 0.99% | - |
| XYZ | 47.31 | 26.91 | 27.51 | - |
| YUV | 131.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 140 | 0 | 0.73 | 0.45 | 0.01 | 336.65 | 0.98 | 0.63 |
| Hex | FD | 44 | 8C | 0 | 49 | 2D | 1 | 151 | 62 | 3F |
| Octal | 375 | 104 | 214 | 0 | 111 | 55 | 1 | 521 | 142 | 77 |
| Binary | 11111101 | 1000100 | 10001100 | 0 | 1001001 | 101101 | 1 | 101010001 | 1100010 | 111111 |
Color Harmonies of #FD448C
Complementary color
Monochromatic Colors of #FD448C
Black with #FD448C
Text Example
Text Example
White with #FD448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD448C; }
p { color: rgb(253,68,140); }
H1.HeaderClassName
{
color: #FD448C;
}
.AnyTagClassName
{
color: #FD448C;
}
</style>
background-color css
<style>
a { background-color: #FD448C; }
a { background-color: rgb(253,68,140); }
div.DivClassName
{
background-color: #FD448C;
}
.BgClassName
{
background-color: #FD448C;
}
</style>
border-color css
<style>
span { border-color: #FD448C; }
span { border-color: rgb(253,68,140); }
td.TdClassName
{
border-color: #FD448C;
}
.TagClassName
{
border-color: #FD448C;
}
</style>