Shades of Violet Red #FE417F
Tints of Violet Red #FE417F
RGB
CMYK
RGB Variations
Color information
#FE417F (or 0xFE417F) is known color: Violet Red. HEX triplet: FE, 41 and 7F. RGB value is (254,65,127). Sum of RGB (Red+Green+Blue) = 254+65+127=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE417F is #01BE80. Grayscale: #808080. Windows color (decimal): -114305 or 8339966. OLE color: 8339966.
HSL color Cylindrical-coordinate representation of color #FE417F: hue angle of 340.32º 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 #FE417F is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 127 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.00 |
| HSL | 340.32º | 0.99% | 0.63% | - |
| HSV(B) | 340.32º | 0.74% | 1% | - |
| XYZ | 46.59 | 26.38 | 22.72 | - |
| YUV | 128.58 | 127.12 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 127 | 0 | 0.74 | 0.50 | 0.00 | 340.32 | 0.99 | 0.63 |
| Hex | FE | 41 | 7F | 0 | 4A | 32 | 0 | 154 | 63 | 3F |
| Octal | 376 | 101 | 177 | 0 | 112 | 62 | 0 | 524 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1111111 | 0 | 1001010 | 110010 | 0 | 101010100 | 1100011 | 111111 |
Color Harmonies of #FE417F
Complementary color
Monochromatic Colors of #FE417F
Black with #FE417F
Text Example
Text Example
White with #FE417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE417F; }
p { color: rgb(254,65,127); }
H1.HeaderClassName
{
color: #FE417F;
}
.AnyTagClassName
{
color: #FE417F;
}
</style>
background-color css
<style>
a { background-color: #FE417F; }
a { background-color: rgb(254,65,127); }
div.DivClassName
{
background-color: #FE417F;
}
.BgClassName
{
background-color: #FE417F;
}
</style>
border-color css
<style>
span { border-color: #FE417F; }
span { border-color: rgb(254,65,127); }
td.TdClassName
{
border-color: #FE417F;
}
.TagClassName
{
border-color: #FE417F;
}
</style>