Shades of Violet Red #FE448E
Tints of Violet Red #FE448E
RGB
CMYK
RGB Variations
Color information
#FE448E (or 0xFE448E) is known color: Violet Red. HEX triplet: FE, 44 and 8E. RGB value is (254,68,142). Sum of RGB (Red+Green+Blue) = 254+68+142=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE448E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE448E is #01BB71. Grayscale: #838383. Windows color (decimal): -113522 or 9323774. OLE color: 9323774.
HSL color Cylindrical-coordinate representation of color #FE448E: hue angle of 336.13º 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 #FE448E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 142 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.00 |
| HSL | 336.13º | 0.99% | 0.63% | - |
| HSV(B) | 336.13º | 0.73% | 1% | - |
| XYZ | 47.82 | 27.16 | 28.31 | - |
| YUV | 132.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 142 | 0 | 0.73 | 0.44 | 0.00 | 336.13 | 0.99 | 0.63 |
| Hex | FE | 44 | 8E | 0 | 49 | 2C | 0 | 150 | 63 | 3F |
| Octal | 376 | 104 | 216 | 0 | 111 | 54 | 0 | 520 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10001110 | 0 | 1001001 | 101100 | 0 | 101010000 | 1100011 | 111111 |
Color Harmonies of #FE448E
Complementary color
Monochromatic Colors of #FE448E
Black with #FE448E
Text Example
Text Example
White with #FE448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE448E; }
p { color: rgb(254,68,142); }
H1.HeaderClassName
{
color: #FE448E;
}
.AnyTagClassName
{
color: #FE448E;
}
</style>
background-color css
<style>
a { background-color: #FE448E; }
a { background-color: rgb(254,68,142); }
div.DivClassName
{
background-color: #FE448E;
}
.BgClassName
{
background-color: #FE448E;
}
</style>
border-color css
<style>
span { border-color: #FE448E; }
span { border-color: rgb(254,68,142); }
td.TdClassName
{
border-color: #FE448E;
}
.TagClassName
{
border-color: #FE448E;
}
</style>