Shades of Violet Red #FE377E
Tints of Violet Red #FE377E
RGB
CMYK
RGB Variations
Color information
#FE377E (or 0xFE377E) is known color: Violet Red. HEX triplet: FE, 37 and 7E. RGB value is (254,55,126). Sum of RGB (Red+Green+Blue) = 254+55+126=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE377E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE377E is #01C881. Grayscale: #7A7A7A. Windows color (decimal): -116866 or 8271870. OLE color: 8271870.
HSL color Cylindrical-coordinate representation of color #FE377E: hue angle of 338.59º 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 #FE377E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 126 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.00 |
| HSL | 338.59º | 0.99% | 0.61% | - |
| HSV(B) | 338.59º | 0.78% | 1% | - |
| XYZ | 46.01 | 25.31 | 22.2 | - |
| YUV | 122.6 | 129.93 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 126 | 0 | 0.78 | 0.50 | 0.00 | 338.59 | 0.99 | 0.61 |
| Hex | FE | 37 | 7E | 0 | 4E | 32 | 0 | 153 | 63 | 3D |
| Octal | 376 | 67 | 176 | 0 | 116 | 62 | 0 | 523 | 143 | 75 |
| Binary | 11111110 | 110111 | 1111110 | 0 | 1001110 | 110010 | 0 | 101010011 | 1100011 | 111101 |
Color Harmonies of #FE377E
Complementary color
Monochromatic Colors of #FE377E
Black with #FE377E
Text Example
Text Example
White with #FE377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE377E; }
p { color: rgb(254,55,126); }
H1.HeaderClassName
{
color: #FE377E;
}
.AnyTagClassName
{
color: #FE377E;
}
</style>
background-color css
<style>
a { background-color: #FE377E; }
a { background-color: rgb(254,55,126); }
div.DivClassName
{
background-color: #FE377E;
}
.BgClassName
{
background-color: #FE377E;
}
</style>
border-color css
<style>
span { border-color: #FE377E; }
span { border-color: rgb(254,55,126); }
td.TdClassName
{
border-color: #FE377E;
}
.TagClassName
{
border-color: #FE377E;
}
</style>