Shades of Violet Red #FE2D7A
Tints of Violet Red #FE2D7A
RGB
CMYK
RGB Variations
Color information
#FE2D7A (or 0xFE2D7A) is known color: Violet Red. HEX triplet: FE, 2D and 7A. RGB value is (254,45,122). Sum of RGB (Red+Green+Blue) = 254+45+122=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D7A is #01D285. Grayscale: #747474. Windows color (decimal): -119430 or 8007166. OLE color: 8007166.
HSL color Cylindrical-coordinate representation of color #FE2D7A: hue angle of 337.89º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D7A is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 122 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.00 |
| HSL | 337.89º | 0.99% | 0.59% | - |
| HSV(B) | 337.89º | 0.82% | 1% | - |
| XYZ | 45.32 | 24.35 | 20.72 | - |
| YUV | 116.27 | 131.24 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 122 | 0 | 0.82 | 0.52 | 0.00 | 337.89 | 0.99 | 0.59 |
| Hex | FE | 2D | 7A | 0 | 52 | 34 | 0 | 152 | 63 | 3B |
| Octal | 376 | 55 | 172 | 0 | 122 | 64 | 0 | 522 | 143 | 73 |
| Binary | 11111110 | 101101 | 1111010 | 0 | 1010010 | 110100 | 0 | 101010010 | 1100011 | 111011 |
Color Harmonies of #FE2D7A
Complementary color
Monochromatic Colors of #FE2D7A
Black with #FE2D7A
Text Example
Text Example
White with #FE2D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D7A; }
p { color: rgb(254,45,122); }
H1.HeaderClassName
{
color: #FE2D7A;
}
.AnyTagClassName
{
color: #FE2D7A;
}
</style>
background-color css
<style>
a { background-color: #FE2D7A; }
a { background-color: rgb(254,45,122); }
div.DivClassName
{
background-color: #FE2D7A;
}
.BgClassName
{
background-color: #FE2D7A;
}
</style>
border-color css
<style>
span { border-color: #FE2D7A; }
span { border-color: rgb(254,45,122); }
td.TdClassName
{
border-color: #FE2D7A;
}
.TagClassName
{
border-color: #FE2D7A;
}
</style>