Shades of Violet Red #FD448E
Tints of Violet Red #FD448E
RGB
CMYK
RGB Variations
Color information
#FD448E (or 0xFD448E) is known color: Violet Red. HEX triplet: FD, 44 and 8E. RGB value is (253,68,142). Sum of RGB (Red+Green+Blue) = 253+68+142=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD448E is #02BB71. Grayscale: #838383. Windows color (decimal): -179058 or 9323773. OLE color: 9323773.
HSL color Cylindrical-coordinate representation of color #FD448E: hue angle of 336º 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 #FD448E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 142 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.01 |
| HSL | 336º | 0.98% | 0.63% | - |
| HSV(B) | 336º | 0.73% | 0.99% | - |
| XYZ | 47.46 | 26.97 | 28.3 | - |
| YUV | 131.75 | 133.79 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 142 | 0 | 0.73 | 0.44 | 0.01 | 336 | 0.98 | 0.63 |
| Hex | FD | 44 | 8E | 0 | 49 | 2C | 1 | 150 | 62 | 3F |
| Octal | 375 | 104 | 216 | 0 | 111 | 54 | 1 | 520 | 142 | 77 |
| Binary | 11111101 | 1000100 | 10001110 | 0 | 1001001 | 101100 | 1 | 101010000 | 1100010 | 111111 |
Color Harmonies of #FD448E
Complementary color
Monochromatic Colors of #FD448E
Black with #FD448E
Text Example
Text Example
White with #FD448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD448E; }
p { color: rgb(253,68,142); }
H1.HeaderClassName
{
color: #FD448E;
}
.AnyTagClassName
{
color: #FD448E;
}
</style>
background-color css
<style>
a { background-color: #FD448E; }
a { background-color: rgb(253,68,142); }
div.DivClassName
{
background-color: #FD448E;
}
.BgClassName
{
background-color: #FD448E;
}
</style>
border-color css
<style>
span { border-color: #FD448E; }
span { border-color: rgb(253,68,142); }
td.TdClassName
{
border-color: #FD448E;
}
.TagClassName
{
border-color: #FD448E;
}
</style>