Shades of Violet Red #FE3079
Tints of Violet Red #FE3079
RGB
CMYK
RGB Variations
Color information
#FE3079 (or 0xFE3079) is known color: Violet Red. HEX triplet: FE, 30 and 79. RGB value is (254,48,121). Sum of RGB (Red+Green+Blue) = 254+48+121=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 121 (47.66% from 255 or 28.61% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3079 is #01CF86. Grayscale: #757575. Windows color (decimal): -118663 or 7942398. OLE color: 7942398.
HSL color Cylindrical-coordinate representation of color #FE3079: hue angle of 338.74º 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 #FE3079 is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 121 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.00 |
| HSL | 338.74º | 0.99% | 0.59% | - |
| HSV(B) | 338.74º | 0.81% | 1% | - |
| XYZ | 45.38 | 24.57 | 20.44 | - |
| YUV | 117.92 | 129.75 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 121 | 0 | 0.81 | 0.52 | 0.00 | 338.74 | 0.99 | 0.59 |
| Hex | FE | 30 | 79 | 0 | 51 | 34 | 0 | 153 | 63 | 3B |
| Octal | 376 | 60 | 171 | 0 | 121 | 64 | 0 | 523 | 143 | 73 |
| Binary | 11111110 | 110000 | 1111001 | 0 | 1010001 | 110100 | 0 | 101010011 | 1100011 | 111011 |
Color Harmonies of #FE3079
Complementary color
Monochromatic Colors of #FE3079
Black with #FE3079
Text Example
Text Example
White with #FE3079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3079; }
p { color: rgb(254,48,121); }
H1.HeaderClassName
{
color: #FE3079;
}
.AnyTagClassName
{
color: #FE3079;
}
</style>
background-color css
<style>
a { background-color: #FE3079; }
a { background-color: rgb(254,48,121); }
div.DivClassName
{
background-color: #FE3079;
}
.BgClassName
{
background-color: #FE3079;
}
</style>
border-color css
<style>
span { border-color: #FE3079; }
span { border-color: rgb(254,48,121); }
td.TdClassName
{
border-color: #FE3079;
}
.TagClassName
{
border-color: #FE3079;
}
</style>