Shades of Violet Red #FE3080
Tints of Violet Red #FE3080
RGB
CMYK
RGB Variations
Color information
#FE3080 (or 0xFE3080) is known color: Violet Red. HEX triplet: FE, 30 and 80. RGB value is (254,48,128). Sum of RGB (Red+Green+Blue) = 254+48+128=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 48 (19.14% from 255 or 11.16% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3080 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3080 is #01CF7F. Grayscale: #767676. Windows color (decimal): -118656 or 8401150. OLE color: 8401150.
HSL color Cylindrical-coordinate representation of color #FE3080: hue angle of 336.7º 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 #FE3080 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 128 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.00 |
| HSL | 336.7º | 0.99% | 0.59% | - |
| HSV(B) | 336.7º | 0.81% | 1% | - |
| XYZ | 45.83 | 24.74 | 22.78 | - |
| YUV | 118.71 | 133.25 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 128 | 0 | 0.81 | 0.50 | 0.00 | 336.7 | 0.99 | 0.59 |
| Hex | FE | 30 | 80 | 0 | 51 | 32 | 0 | 151 | 63 | 3B |
| Octal | 376 | 60 | 200 | 0 | 121 | 62 | 0 | 521 | 143 | 73 |
| Binary | 11111110 | 110000 | 10000000 | 0 | 1010001 | 110010 | 0 | 101010001 | 1100011 | 111011 |
Color Harmonies of #FE3080
Complementary color
Monochromatic Colors of #FE3080
Black with #FE3080
Text Example
Text Example
White with #FE3080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3080; }
p { color: rgb(254,48,128); }
H1.HeaderClassName
{
color: #FE3080;
}
.AnyTagClassName
{
color: #FE3080;
}
</style>
background-color css
<style>
a { background-color: #FE3080; }
a { background-color: rgb(254,48,128); }
div.DivClassName
{
background-color: #FE3080;
}
.BgClassName
{
background-color: #FE3080;
}
</style>
border-color css
<style>
span { border-color: #FE3080; }
span { border-color: rgb(254,48,128); }
td.TdClassName
{
border-color: #FE3080;
}
.TagClassName
{
border-color: #FE3080;
}
</style>