Shades of Violet Red #FE4279
Tints of Violet Red #FE4279
RGB
CMYK
RGB Variations
Color information
#FE4279 (or 0xFE4279) is known color: Violet Red. HEX triplet: FE, 42 and 79. RGB value is (254,66,121). Sum of RGB (Red+Green+Blue) = 254+66+121=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 66 (26.17% from 255 or 14.97% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4279 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4279 is #01BD86. Grayscale: #808080. Windows color (decimal): -114055 or 7947006. OLE color: 7947006.
HSL color Cylindrical-coordinate representation of color #FE4279: hue angle of 342.45º 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 #FE4279 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 121 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.00 |
| HSL | 342.45º | 0.99% | 0.63% | - |
| HSV(B) | 342.45º | 0.74% | 1% | - |
| XYZ | 46.27 | 26.35 | 20.74 | - |
| YUV | 128.48 | 123.78 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 121 | 0 | 0.74 | 0.52 | 0.00 | 342.45 | 0.99 | 0.63 |
| Hex | FE | 42 | 79 | 0 | 4A | 34 | 0 | 156 | 63 | 3F |
| Octal | 376 | 102 | 171 | 0 | 112 | 64 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1111001 | 0 | 1001010 | 110100 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE4279
Complementary color
Monochromatic Colors of #FE4279
Black with #FE4279
Text Example
Text Example
White with #FE4279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4279; }
p { color: rgb(254,66,121); }
H1.HeaderClassName
{
color: #FE4279;
}
.AnyTagClassName
{
color: #FE4279;
}
</style>
background-color css
<style>
a { background-color: #FE4279; }
a { background-color: rgb(254,66,121); }
div.DivClassName
{
background-color: #FE4279;
}
.BgClassName
{
background-color: #FE4279;
}
</style>
border-color css
<style>
span { border-color: #FE4279; }
span { border-color: rgb(254,66,121); }
td.TdClassName
{
border-color: #FE4279;
}
.TagClassName
{
border-color: #FE4279;
}
</style>