Shades of Violet Red #FE367D
Tints of Violet Red #FE367D
RGB
CMYK
RGB Variations
Color information
#FE367D (or 0xFE367D) is known color: Violet Red. HEX triplet: FE, 36 and 7D. RGB value is (254,54,125). Sum of RGB (Red+Green+Blue) = 254+54+125=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE367D is #01C982. Grayscale: #797979. Windows color (decimal): -117123 or 8206078. OLE color: 8206078.
HSL color Cylindrical-coordinate representation of color #FE367D: hue angle of 338.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE367D is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 125 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.00 |
| HSL | 338.7º | 0.99% | 0.6% | - |
| HSV(B) | 338.7º | 0.79% | 1% | - |
| XYZ | 45.89 | 25.19 | 21.85 | - |
| YUV | 121.89 | 129.76 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 125 | 0 | 0.79 | 0.51 | 0.00 | 338.7 | 0.99 | 0.6 |
| Hex | FE | 36 | 7D | 0 | 4F | 33 | 0 | 153 | 63 | 3C |
| Octal | 376 | 66 | 175 | 0 | 117 | 63 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110110 | 1111101 | 0 | 1001111 | 110011 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE367D
Complementary color
Monochromatic Colors of #FE367D
Black with #FE367D
Text Example
Text Example
White with #FE367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE367D; }
p { color: rgb(254,54,125); }
H1.HeaderClassName
{
color: #FE367D;
}
.AnyTagClassName
{
color: #FE367D;
}
</style>
background-color css
<style>
a { background-color: #FE367D; }
a { background-color: rgb(254,54,125); }
div.DivClassName
{
background-color: #FE367D;
}
.BgClassName
{
background-color: #FE367D;
}
</style>
border-color css
<style>
span { border-color: #FE367D; }
span { border-color: rgb(254,54,125); }
td.TdClassName
{
border-color: #FE367D;
}
.TagClassName
{
border-color: #FE367D;
}
</style>