Shades of Violet Red #FE317B
Tints of Violet Red #FE317B
RGB
CMYK
RGB Variations
Color information
#FE317B (or 0xFE317B) is known color: Violet Red. HEX triplet: FE, 31 and 7B. RGB value is (254,49,123). Sum of RGB (Red+Green+Blue) = 254+49+123=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE317B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE317B is #01CE84. Grayscale: #767676. Windows color (decimal): -118405 or 8073726. OLE color: 8073726.
HSL color Cylindrical-coordinate representation of color #FE317B: hue angle of 338.34º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE317B is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 49 | 123 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.00 |
| HSL | 338.34º | 0.99% | 0.59% | - |
| HSV(B) | 338.34º | 0.81% | 1% | - |
| XYZ | 45.55 | 24.7 | 21.11 | - |
| YUV | 118.73 | 130.42 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 49 | 123 | 0 | 0.81 | 0.52 | 0.00 | 338.34 | 0.99 | 0.59 |
| Hex | FE | 31 | 7B | 0 | 51 | 34 | 0 | 152 | 63 | 3B |
| Octal | 376 | 61 | 173 | 0 | 121 | 64 | 0 | 522 | 143 | 73 |
| Binary | 11111110 | 110001 | 1111011 | 0 | 1010001 | 110100 | 0 | 101010010 | 1100011 | 111011 |
Color Harmonies of #FE317B
Complementary color
Monochromatic Colors of #FE317B
Black with #FE317B
Text Example
Text Example
White with #FE317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE317B; }
p { color: rgb(254,49,123); }
H1.HeaderClassName
{
color: #FE317B;
}
.AnyTagClassName
{
color: #FE317B;
}
</style>
background-color css
<style>
a { background-color: #FE317B; }
a { background-color: rgb(254,49,123); }
div.DivClassName
{
background-color: #FE317B;
}
.BgClassName
{
background-color: #FE317B;
}
</style>
border-color css
<style>
span { border-color: #FE317B; }
span { border-color: rgb(254,49,123); }
td.TdClassName
{
border-color: #FE317B;
}
.TagClassName
{
border-color: #FE317B;
}
</style>