Shades of Violet Red #FE3779
Tints of Violet Red #FE3779
RGB
CMYK
RGB Variations
Color information
#FE3779 (or 0xFE3779) is known color: Violet Red. HEX triplet: FE, 37 and 79. RGB value is (254,55,121). Sum of RGB (Red+Green+Blue) = 254+55+121=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3779 is #01C886. Grayscale: #797979. Windows color (decimal): -116871 or 7944190. OLE color: 7944190.
HSL color Cylindrical-coordinate representation of color #FE3779: hue angle of 340.1º 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 #FE3779 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 121 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.00 |
| HSL | 340.1º | 0.99% | 0.61% | - |
| HSV(B) | 340.1º | 0.78% | 1% | - |
| XYZ | 45.69 | 25.18 | 20.54 | - |
| YUV | 122.03 | 127.43 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 121 | 0 | 0.78 | 0.52 | 0.00 | 340.1 | 0.99 | 0.61 |
| Hex | FE | 37 | 79 | 0 | 4E | 34 | 0 | 154 | 63 | 3D |
| Octal | 376 | 67 | 171 | 0 | 116 | 64 | 0 | 524 | 143 | 75 |
| Binary | 11111110 | 110111 | 1111001 | 0 | 1001110 | 110100 | 0 | 101010100 | 1100011 | 111101 |
Color Harmonies of #FE3779
Complementary color
Monochromatic Colors of #FE3779
Black with #FE3779
Text Example
Text Example
White with #FE3779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3779; }
p { color: rgb(254,55,121); }
H1.HeaderClassName
{
color: #FE3779;
}
.AnyTagClassName
{
color: #FE3779;
}
</style>
background-color css
<style>
a { background-color: #FE3779; }
a { background-color: rgb(254,55,121); }
div.DivClassName
{
background-color: #FE3779;
}
.BgClassName
{
background-color: #FE3779;
}
</style>
border-color css
<style>
span { border-color: #FE3779; }
span { border-color: rgb(254,55,121); }
td.TdClassName
{
border-color: #FE3779;
}
.TagClassName
{
border-color: #FE3779;
}
</style>