Shades of Violet Red #FE448D
Tints of Violet Red #FE448D
RGB
CMYK
RGB Variations
Color information
#FE448D (or 0xFE448D) is known color: Violet Red. HEX triplet: FE, 44 and 8D. RGB value is (254,68,141). Sum of RGB (Red+Green+Blue) = 254+68+141=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE448D is #01BB72. Grayscale: #838383. Windows color (decimal): -113523 or 9258238. OLE color: 9258238.
HSL color Cylindrical-coordinate representation of color #FE448D: hue angle of 336.45º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE448D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 141 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.00 |
| HSL | 336.45º | 0.99% | 0.63% | - |
| HSV(B) | 336.45º | 0.73% | 1% | - |
| XYZ | 47.75 | 27.13 | 27.92 | - |
| YUV | 131.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 141 | 0 | 0.73 | 0.44 | 0.00 | 336.45 | 0.99 | 0.63 |
| Hex | FE | 44 | 8D | 0 | 49 | 2C | 0 | 150 | 63 | 3F |
| Octal | 376 | 104 | 215 | 0 | 111 | 54 | 0 | 520 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10001101 | 0 | 1001001 | 101100 | 0 | 101010000 | 1100011 | 111111 |
Color Harmonies of #FE448D
Complementary color
Monochromatic Colors of #FE448D
Black with #FE448D
Text Example
Text Example
White with #FE448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE448D; }
p { color: rgb(254,68,141); }
H1.HeaderClassName
{
color: #FE448D;
}
.AnyTagClassName
{
color: #FE448D;
}
</style>
background-color css
<style>
a { background-color: #FE448D; }
a { background-color: rgb(254,68,141); }
div.DivClassName
{
background-color: #FE448D;
}
.BgClassName
{
background-color: #FE448D;
}
</style>
border-color css
<style>
span { border-color: #FE448D; }
span { border-color: rgb(254,68,141); }
td.TdClassName
{
border-color: #FE448D;
}
.TagClassName
{
border-color: #FE448D;
}
</style>