Shades of Violet Red #FE3777
Tints of Violet Red #FE3777
RGB
CMYK
RGB Variations
Color information
#FE3777 (or 0xFE3777) is known color: Violet Red. HEX triplet: FE, 37 and 77. RGB value is (254,55,119). Sum of RGB (Red+Green+Blue) = 254+55+119=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3777 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3777 is #01C888. Grayscale: #797979. Windows color (decimal): -116873 or 7813118. OLE color: 7813118.
HSL color Cylindrical-coordinate representation of color #FE3777: hue angle of 340.7º 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 #FE3777 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 119 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.00 |
| HSL | 340.7º | 0.99% | 0.61% | - |
| HSV(B) | 340.7º | 0.78% | 1% | - |
| XYZ | 45.57 | 25.14 | 19.9 | - |
| YUV | 121.8 | 126.43 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 119 | 0 | 0.78 | 0.53 | 0.00 | 340.7 | 0.99 | 0.61 |
| Hex | FE | 37 | 77 | 0 | 4E | 35 | 0 | 155 | 63 | 3D |
| Octal | 376 | 67 | 167 | 0 | 116 | 65 | 0 | 525 | 143 | 75 |
| Binary | 11111110 | 110111 | 1110111 | 0 | 1001110 | 110101 | 0 | 101010101 | 1100011 | 111101 |
Color Harmonies of #FE3777
Complementary color
Monochromatic Colors of #FE3777
Black with #FE3777
Text Example
Text Example
White with #FE3777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3777; }
p { color: rgb(254,55,119); }
H1.HeaderClassName
{
color: #FE3777;
}
.AnyTagClassName
{
color: #FE3777;
}
</style>
background-color css
<style>
a { background-color: #FE3777; }
a { background-color: rgb(254,55,119); }
div.DivClassName
{
background-color: #FE3777;
}
.BgClassName
{
background-color: #FE3777;
}
</style>
border-color css
<style>
span { border-color: #FE3777; }
span { border-color: rgb(254,55,119); }
td.TdClassName
{
border-color: #FE3777;
}
.TagClassName
{
border-color: #FE3777;
}
</style>