Shades of Violet Red #FE3385
Tints of Violet Red #FE3385
RGB
CMYK
RGB Variations
Color information
#FE3385 (or 0xFE3385) is known color: Violet Red. HEX triplet: FE, 33 and 85. RGB value is (254,51,133). Sum of RGB (Red+Green+Blue) = 254+51+133=438 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.99% from 438); Green value is 51 (20.31% from 255 or 11.64% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3385 is #01CC7A. Grayscale: #787878. Windows color (decimal): -117883 or 8729598. OLE color: 8729598.
HSL color Cylindrical-coordinate representation of color #FE3385: hue angle of 335.76º 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 #FE3385 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 133 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.00 |
| HSL | 335.76º | 0.99% | 0.6% | - |
| HSV(B) | 335.76º | 0.8% | 1% | - |
| XYZ | 46.29 | 25.13 | 24.6 | - |
| YUV | 121.05 | 134.75 | 222.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 133 | 0 | 0.80 | 0.48 | 0.00 | 335.76 | 0.99 | 0.6 |
| Hex | FE | 33 | 85 | 0 | 50 | 30 | 0 | 150 | 63 | 3C |
| Octal | 376 | 63 | 205 | 0 | 120 | 60 | 0 | 520 | 143 | 74 |
| Binary | 11111110 | 110011 | 10000101 | 0 | 1010000 | 110000 | 0 | 101010000 | 1100011 | 111100 |
Color Harmonies of #FE3385
Complementary color
Monochromatic Colors of #FE3385
Black with #FE3385
Text Example
Text Example
White with #FE3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3385; }
p { color: rgb(254,51,133); }
H1.HeaderClassName
{
color: #FE3385;
}
.AnyTagClassName
{
color: #FE3385;
}
</style>
background-color css
<style>
a { background-color: #FE3385; }
a { background-color: rgb(254,51,133); }
div.DivClassName
{
background-color: #FE3385;
}
.BgClassName
{
background-color: #FE3385;
}
</style>
border-color css
<style>
span { border-color: #FE3385; }
span { border-color: rgb(254,51,133); }
td.TdClassName
{
border-color: #FE3385;
}
.TagClassName
{
border-color: #FE3385;
}
</style>