Shades of Violet Red #FE4175
Tints of Violet Red #FE4175
RGB
CMYK
RGB Variations
Color information
#FE4175 (or 0xFE4175) is known color: Violet Red. HEX triplet: FE, 41 and 75. RGB value is (254,65,117). Sum of RGB (Red+Green+Blue) = 254+65+117=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4175 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4175 is #01BE8A. Grayscale: #7F7F7F. Windows color (decimal): -114315 or 7684606. OLE color: 7684606.
HSL color Cylindrical-coordinate representation of color #FE4175: hue angle of 343.49º 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 #FE4175 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 117 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.00 |
| HSL | 343.49º | 0.99% | 0.63% | - |
| HSV(B) | 343.49º | 0.74% | 1% | - |
| XYZ | 45.97 | 26.14 | 19.45 | - |
| YUV | 127.44 | 122.12 | 218.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 117 | 0 | 0.74 | 0.54 | 0.00 | 343.49 | 0.99 | 0.63 |
| Hex | FE | 41 | 75 | 0 | 4A | 36 | 0 | 157 | 63 | 3F |
| Octal | 376 | 101 | 165 | 0 | 112 | 66 | 0 | 527 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1110101 | 0 | 1001010 | 110110 | 0 | 101010111 | 1100011 | 111111 |
Color Harmonies of #FE4175
Complementary color
Monochromatic Colors of #FE4175
Black with #FE4175
Text Example
Text Example
White with #FE4175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4175; }
p { color: rgb(254,65,117); }
H1.HeaderClassName
{
color: #FE4175;
}
.AnyTagClassName
{
color: #FE4175;
}
</style>
background-color css
<style>
a { background-color: #FE4175; }
a { background-color: rgb(254,65,117); }
div.DivClassName
{
background-color: #FE4175;
}
.BgClassName
{
background-color: #FE4175;
}
</style>
border-color css
<style>
span { border-color: #FE4175; }
span { border-color: rgb(254,65,117); }
td.TdClassName
{
border-color: #FE4175;
}
.TagClassName
{
border-color: #FE4175;
}
</style>