Shades of Violet Red #FE448B
Tints of Violet Red #FE448B
RGB
CMYK
RGB Variations
Color information
#FE448B (or 0xFE448B) is known color: Violet Red. HEX triplet: FE, 44 and 8B. RGB value is (254,68,139). Sum of RGB (Red+Green+Blue) = 254+68+139=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE448B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE448B is #01BB74. Grayscale: #838383. Windows color (decimal): -113525 or 9127166. OLE color: 9127166.
HSL color Cylindrical-coordinate representation of color #FE448B: hue angle of 337.1º 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 #FE448B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 139 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.00 |
| HSL | 337.1º | 0.99% | 0.63% | - |
| HSV(B) | 337.1º | 0.73% | 1% | - |
| XYZ | 47.6 | 27.07 | 27.14 | - |
| YUV | 131.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 139 | 0 | 0.73 | 0.45 | 0.00 | 337.1 | 0.99 | 0.63 |
| Hex | FE | 44 | 8B | 0 | 49 | 2D | 0 | 151 | 63 | 3F |
| Octal | 376 | 104 | 213 | 0 | 111 | 55 | 0 | 521 | 143 | 77 |
| Binary | 11111110 | 1000100 | 10001011 | 0 | 1001001 | 101101 | 0 | 101010001 | 1100011 | 111111 |
Color Harmonies of #FE448B
Complementary color
Monochromatic Colors of #FE448B
Black with #FE448B
Text Example
Text Example
White with #FE448B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE448B; }
p { color: rgb(254,68,139); }
H1.HeaderClassName
{
color: #FE448B;
}
.AnyTagClassName
{
color: #FE448B;
}
</style>
background-color css
<style>
a { background-color: #FE448B; }
a { background-color: rgb(254,68,139); }
div.DivClassName
{
background-color: #FE448B;
}
.BgClassName
{
background-color: #FE448B;
}
</style>
border-color css
<style>
span { border-color: #FE448B; }
span { border-color: rgb(254,68,139); }
td.TdClassName
{
border-color: #FE448B;
}
.TagClassName
{
border-color: #FE448B;
}
</style>