Shades of Violet Red #FE4476
Tints of Violet Red #FE4476
RGB
CMYK
RGB Variations
Color information
#FE4476 (or 0xFE4476) is known color: Violet Red. HEX triplet: FE, 44 and 76. RGB value is (254,68,118). Sum of RGB (Red+Green+Blue) = 254+68+118=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4476 is #01BB89. Grayscale: #818181. Windows color (decimal): -113546 or 7750910. OLE color: 7750910.
HSL color Cylindrical-coordinate representation of color #FE4476: hue angle of 343.87º 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 #FE4476 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 118 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.00 |
| HSL | 343.87º | 0.99% | 0.63% | - |
| HSV(B) | 343.87º | 0.73% | 1% | - |
| XYZ | 46.21 | 26.51 | 19.82 | - |
| YUV | 129.31 | 121.62 | 216.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 118 | 0 | 0.73 | 0.54 | 0.00 | 343.87 | 0.99 | 0.63 |
| Hex | FE | 44 | 76 | 0 | 49 | 36 | 0 | 158 | 63 | 3F |
| Octal | 376 | 104 | 166 | 0 | 111 | 66 | 0 | 530 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1110110 | 0 | 1001001 | 110110 | 0 | 101011000 | 1100011 | 111111 |
Color Harmonies of #FE4476
Complementary color
Monochromatic Colors of #FE4476
Black with #FE4476
Text Example
Text Example
White with #FE4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4476; }
p { color: rgb(254,68,118); }
H1.HeaderClassName
{
color: #FE4476;
}
.AnyTagClassName
{
color: #FE4476;
}
</style>
background-color css
<style>
a { background-color: #FE4476; }
a { background-color: rgb(254,68,118); }
div.DivClassName
{
background-color: #FE4476;
}
.BgClassName
{
background-color: #FE4476;
}
</style>
border-color css
<style>
span { border-color: #FE4476; }
span { border-color: rgb(254,68,118); }
td.TdClassName
{
border-color: #FE4476;
}
.TagClassName
{
border-color: #FE4476;
}
</style>