Shades of Violet Red #FE3483
Tints of Violet Red #FE3483
RGB
CMYK
RGB Variations
Color information
#FE3483 (or 0xFE3483) is known color: Violet Red. HEX triplet: FE, 34 and 83. RGB value is (254,52,131). Sum of RGB (Red+Green+Blue) = 254+52+131=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3483 is #01CB7C. Grayscale: #797979. Windows color (decimal): -117629 or 8598782. OLE color: 8598782.
HSL color Cylindrical-coordinate representation of color #FE3483: hue angle of 336.53º 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 #FE3483 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 52 | 131 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.00 |
| HSL | 336.53º | 0.99% | 0.6% | - |
| HSV(B) | 336.53º | 0.8% | 1% | - |
| XYZ | 46.2 | 25.17 | 23.9 | - |
| YUV | 121.4 | 133.42 | 222.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 52 | 131 | 0 | 0.80 | 0.48 | 0.00 | 336.53 | 0.99 | 0.6 |
| Hex | FE | 34 | 83 | 0 | 50 | 30 | 0 | 151 | 63 | 3C |
| Octal | 376 | 64 | 203 | 0 | 120 | 60 | 0 | 521 | 143 | 74 |
| Binary | 11111110 | 110100 | 10000011 | 0 | 1010000 | 110000 | 0 | 101010001 | 1100011 | 111100 |
Color Harmonies of #FE3483
Complementary color
Monochromatic Colors of #FE3483
Black with #FE3483
Text Example
Text Example
White with #FE3483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3483; }
p { color: rgb(254,52,131); }
H1.HeaderClassName
{
color: #FE3483;
}
.AnyTagClassName
{
color: #FE3483;
}
</style>
background-color css
<style>
a { background-color: #FE3483; }
a { background-color: rgb(254,52,131); }
div.DivClassName
{
background-color: #FE3483;
}
.BgClassName
{
background-color: #FE3483;
}
</style>
border-color css
<style>
span { border-color: #FE3483; }
span { border-color: rgb(254,52,131); }
td.TdClassName
{
border-color: #FE3483;
}
.TagClassName
{
border-color: #FE3483;
}
</style>