Shades of Violet Red #FE3383
Tints of Violet Red #FE3383
RGB
CMYK
RGB Variations
Color information
#FE3383 (or 0xFE3383) is known color: Violet Red. HEX triplet: FE, 33 and 83. RGB value is (254,51,131). Sum of RGB (Red+Green+Blue) = 254+51+131=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 51 (20.31% from 255 or 11.70% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3383 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3383 is #01CC7C. Grayscale: #787878. Windows color (decimal): -117885 or 8598526. OLE color: 8598526.
HSL color Cylindrical-coordinate representation of color #FE3383: hue angle of 336.35º 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 #FE3383 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 131 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.00 |
| HSL | 336.35º | 0.99% | 0.6% | - |
| HSV(B) | 336.35º | 0.8% | 1% | - |
| XYZ | 46.15 | 25.08 | 23.88 | - |
| YUV | 120.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 131 | 0 | 0.80 | 0.48 | 0.00 | 336.35 | 0.99 | 0.6 |
| Hex | FE | 33 | 83 | 0 | 50 | 30 | 0 | 150 | 63 | 3C |
| Octal | 376 | 63 | 203 | 0 | 120 | 60 | 0 | 520 | 143 | 74 |
| Binary | 11111110 | 110011 | 10000011 | 0 | 1010000 | 110000 | 0 | 101010000 | 1100011 | 111100 |
Color Harmonies of #FE3383
Complementary color
Monochromatic Colors of #FE3383
Black with #FE3383
Text Example
Text Example
White with #FE3383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3383; }
p { color: rgb(254,51,131); }
H1.HeaderClassName
{
color: #FE3383;
}
.AnyTagClassName
{
color: #FE3383;
}
</style>
background-color css
<style>
a { background-color: #FE3383; }
a { background-color: rgb(254,51,131); }
div.DivClassName
{
background-color: #FE3383;
}
.BgClassName
{
background-color: #FE3383;
}
</style>
border-color css
<style>
span { border-color: #FE3383; }
span { border-color: rgb(254,51,131); }
td.TdClassName
{
border-color: #FE3383;
}
.TagClassName
{
border-color: #FE3383;
}
</style>