Shades of Violet Red #FE4078
Tints of Violet Red #FE4078
RGB
CMYK
RGB Variations
Color information
#FE4078 (or 0xFE4078) is known color: Violet Red. HEX triplet: FE, 40 and 78. RGB value is (254,64,120). Sum of RGB (Red+Green+Blue) = 254+64+120=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 120 (47.27% from 255 or 27.40% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4078 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4078 is #01BF87. Grayscale: #7F7F7F. Windows color (decimal): -114568 or 7880958. OLE color: 7880958.
HSL color Cylindrical-coordinate representation of color #FE4078: hue angle of 342.32º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4078 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 120 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.00 |
| HSL | 342.32º | 0.99% | 0.62% | - |
| HSV(B) | 342.32º | 0.75% | 1% | - |
| XYZ | 46.1 | 26.09 | 20.38 | - |
| YUV | 127.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 120 | 0 | 0.75 | 0.53 | 0.00 | 342.32 | 0.99 | 0.62 |
| Hex | FE | 40 | 78 | 0 | 4B | 35 | 0 | 156 | 63 | 3E |
| Octal | 376 | 100 | 170 | 0 | 113 | 65 | 0 | 526 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1111000 | 0 | 1001011 | 110101 | 0 | 101010110 | 1100011 | 111110 |
Color Harmonies of #FE4078
Complementary color
Monochromatic Colors of #FE4078
Black with #FE4078
Text Example
Text Example
White with #FE4078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4078; }
p { color: rgb(254,64,120); }
H1.HeaderClassName
{
color: #FE4078;
}
.AnyTagClassName
{
color: #FE4078;
}
</style>
background-color css
<style>
a { background-color: #FE4078; }
a { background-color: rgb(254,64,120); }
div.DivClassName
{
background-color: #FE4078;
}
.BgClassName
{
background-color: #FE4078;
}
</style>
border-color css
<style>
span { border-color: #FE4078; }
span { border-color: rgb(254,64,120); }
td.TdClassName
{
border-color: #FE4078;
}
.TagClassName
{
border-color: #FE4078;
}
</style>