Shades of Violet Red #FE4181
Tints of Violet Red #FE4181
RGB
CMYK
RGB Variations
Color information
#FE4181 (or 0xFE4181) is known color: Violet Red. HEX triplet: FE, 41 and 81. RGB value is (254,65,129). Sum of RGB (Red+Green+Blue) = 254+65+129=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4181 is #01BE7E. Grayscale: #808080. Windows color (decimal): -114303 or 8471038. OLE color: 8471038.
HSL color Cylindrical-coordinate representation of color #FE4181: hue angle of 339.68º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4181 is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 129 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.00 |
| HSL | 339.68º | 0.99% | 0.63% | - |
| HSV(B) | 339.68º | 0.74% | 1% | - |
| XYZ | 46.73 | 26.44 | 23.41 | - |
| YUV | 128.81 | 128.12 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 129 | 0 | 0.74 | 0.49 | 0.00 | 339.68 | 0.99 | 0.63 |
| Hex | FE | 41 | 81 | 0 | 4A | 31 | 0 | 154 | 63 | 3F |
| Octal | 376 | 101 | 201 | 0 | 112 | 61 | 0 | 524 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10000001 | 0 | 1001010 | 110001 | 0 | 101010100 | 1100011 | 111111 |
Color Harmonies of #FE4181
Complementary color
Monochromatic Colors of #FE4181
Black with #FE4181
Text Example
Text Example
White with #FE4181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4181; }
p { color: rgb(254,65,129); }
H1.HeaderClassName
{
color: #FE4181;
}
.AnyTagClassName
{
color: #FE4181;
}
</style>
background-color css
<style>
a { background-color: #FE4181; }
a { background-color: rgb(254,65,129); }
div.DivClassName
{
background-color: #FE4181;
}
.BgClassName
{
background-color: #FE4181;
}
</style>
border-color css
<style>
span { border-color: #FE4181; }
span { border-color: rgb(254,65,129); }
td.TdClassName
{
border-color: #FE4181;
}
.TagClassName
{
border-color: #FE4181;
}
</style>