Shades of Violet Red #FE448A
Tints of Violet Red #FE448A
RGB
CMYK
RGB Variations
Color information
#FE448A (or 0xFE448A) is known color: Violet Red. HEX triplet: FE, 44 and 8A. RGB value is (254,68,138). Sum of RGB (Red+Green+Blue) = 254+68+138=460 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.22% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 254 - color contains mainly: red. Hex color #FE448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE448A is #01BB75. Grayscale: #838383. Windows color (decimal): -113526 or 9061630. OLE color: 9061630.
HSL color Cylindrical-coordinate representation of color #FE448A: hue angle of 337.42º 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 #FE448A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 138 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.00 |
| HSL | 337.42º | 0.99% | 0.63% | - |
| HSV(B) | 337.42º | 0.73% | 1% | - |
| XYZ | 47.53 | 27.04 | 26.76 | - |
| YUV | 131.59 | 131.62 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 138 | 0 | 0.73 | 0.46 | 0.00 | 337.42 | 0.99 | 0.63 |
| Hex | FE | 44 | 8A | 0 | 49 | 2E | 0 | 151 | 63 | 3F |
| Octal | 376 | 104 | 212 | 0 | 111 | 56 | 0 | 521 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10001010 | 0 | 1001001 | 101110 | 0 | 101010001 | 1100011 | 111111 |
Color Harmonies of #FE448A
Complementary color
Monochromatic Colors of #FE448A
Black with #FE448A
Text Example
Text Example
White with #FE448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE448A; }
p { color: rgb(254,68,138); }
H1.HeaderClassName
{
color: #FE448A;
}
.AnyTagClassName
{
color: #FE448A;
}
</style>
background-color css
<style>
a { background-color: #FE448A; }
a { background-color: rgb(254,68,138); }
div.DivClassName
{
background-color: #FE448A;
}
.BgClassName
{
background-color: #FE448A;
}
</style>
border-color css
<style>
span { border-color: #FE448A; }
span { border-color: rgb(254,68,138); }
td.TdClassName
{
border-color: #FE448A;
}
.TagClassName
{
border-color: #FE448A;
}
</style>