Shades of Violet Red #FE327A
Tints of Violet Red #FE327A
RGB
CMYK
RGB Variations
Color information
#FE327A (or 0xFE327A) is known color: Violet Red. HEX triplet: FE, 32 and 7A. RGB value is (254,50,122). Sum of RGB (Red+Green+Blue) = 254+50+122=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 50 (19.92% from 255 or 11.74% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE327A is #01CD85. Grayscale: #777777. Windows color (decimal): -118150 or 8008446. OLE color: 8008446.
HSL color Cylindrical-coordinate representation of color #FE327A: hue angle of 338.82º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE327A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 122 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.00 |
| HSL | 338.82º | 0.99% | 0.6% | - |
| HSV(B) | 338.82º | 0.8% | 1% | - |
| XYZ | 45.53 | 24.76 | 20.79 | - |
| YUV | 119.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 122 | 0 | 0.80 | 0.52 | 0.00 | 338.82 | 0.99 | 0.6 |
| Hex | FE | 32 | 7A | 0 | 50 | 34 | 0 | 153 | 63 | 3C |
| Octal | 376 | 62 | 172 | 0 | 120 | 64 | 0 | 523 | 143 | 74 |
| Binary | 11111110 | 110010 | 1111010 | 0 | 1010000 | 110100 | 0 | 101010011 | 1100011 | 111100 |
Color Harmonies of #FE327A
Complementary color
Monochromatic Colors of #FE327A
Black with #FE327A
Text Example
Text Example
White with #FE327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE327A; }
p { color: rgb(254,50,122); }
H1.HeaderClassName
{
color: #FE327A;
}
.AnyTagClassName
{
color: #FE327A;
}
</style>
background-color css
<style>
a { background-color: #FE327A; }
a { background-color: rgb(254,50,122); }
div.DivClassName
{
background-color: #FE327A;
}
.BgClassName
{
background-color: #FE327A;
}
</style>
border-color css
<style>
span { border-color: #FE327A; }
span { border-color: rgb(254,50,122); }
td.TdClassName
{
border-color: #FE327A;
}
.TagClassName
{
border-color: #FE327A;
}
</style>