Shades of Violet Red #FE3977
Tints of Violet Red #FE3977
RGB
CMYK
RGB Variations
Color information
#FE3977 (or 0xFE3977) is known color: Violet Red. HEX triplet: FE, 39 and 77. RGB value is (254,57,119). Sum of RGB (Red+Green+Blue) = 254+57+119=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3977 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3977 is #01C688. Grayscale: #7A7A7A. Windows color (decimal): -116361 or 7813630. OLE color: 7813630.
HSL color Cylindrical-coordinate representation of color #FE3977: hue angle of 341.12º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3977 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 119 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.00 |
| HSL | 341.12º | 0.99% | 0.61% | - |
| HSV(B) | 341.12º | 0.78% | 1% | - |
| XYZ | 45.67 | 25.33 | 19.93 | - |
| YUV | 122.97 | 125.77 | 221.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 119 | 0 | 0.78 | 0.53 | 0.00 | 341.12 | 0.99 | 0.61 |
| Hex | FE | 39 | 77 | 0 | 4E | 35 | 0 | 155 | 63 | 3D |
| Octal | 376 | 71 | 167 | 0 | 116 | 65 | 0 | 525 | 143 | 75 |
| Binary | 11111110 | 111001 | 1110111 | 0 | 1001110 | 110101 | 0 | 101010101 | 1100011 | 111101 |
Color Harmonies of #FE3977
Complementary color
Monochromatic Colors of #FE3977
Black with #FE3977
Text Example
Text Example
White with #FE3977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3977; }
p { color: rgb(254,57,119); }
H1.HeaderClassName
{
color: #FE3977;
}
.AnyTagClassName
{
color: #FE3977;
}
</style>
background-color css
<style>
a { background-color: #FE3977; }
a { background-color: rgb(254,57,119); }
div.DivClassName
{
background-color: #FE3977;
}
.BgClassName
{
background-color: #FE3977;
}
</style>
border-color css
<style>
span { border-color: #FE3977; }
span { border-color: rgb(254,57,119); }
td.TdClassName
{
border-color: #FE3977;
}
.TagClassName
{
border-color: #FE3977;
}
</style>