Shades of Violet Red #FE417D
Tints of Violet Red #FE417D
RGB
CMYK
RGB Variations
Color information
#FE417D (or 0xFE417D) is known color: Violet Red. HEX triplet: FE, 41 and 7D. RGB value is (254,65,125). Sum of RGB (Red+Green+Blue) = 254+65+125=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE417D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE417D is #01BE82. Grayscale: #808080. Windows color (decimal): -114307 or 8208894. OLE color: 8208894.
HSL color Cylindrical-coordinate representation of color #FE417D: hue angle of 340.95º 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 #FE417D is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 125 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.00 |
| HSL | 340.95º | 0.99% | 0.63% | - |
| HSV(B) | 340.95º | 0.74% | 1% | - |
| XYZ | 46.47 | 26.33 | 22.04 | - |
| YUV | 128.35 | 126.12 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 125 | 0 | 0.74 | 0.51 | 0.00 | 340.95 | 0.99 | 0.63 |
| Hex | FE | 41 | 7D | 0 | 4A | 33 | 0 | 155 | 63 | 3F |
| Octal | 376 | 101 | 175 | 0 | 112 | 63 | 0 | 525 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1111101 | 0 | 1001010 | 110011 | 0 | 101010101 | 1100011 | 111111 |
Color Harmonies of #FE417D
Complementary color
Monochromatic Colors of #FE417D
Black with #FE417D
Text Example
Text Example
White with #FE417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE417D; }
p { color: rgb(254,65,125); }
H1.HeaderClassName
{
color: #FE417D;
}
.AnyTagClassName
{
color: #FE417D;
}
</style>
background-color css
<style>
a { background-color: #FE417D; }
a { background-color: rgb(254,65,125); }
div.DivClassName
{
background-color: #FE417D;
}
.BgClassName
{
background-color: #FE417D;
}
</style>
border-color css
<style>
span { border-color: #FE417D; }
span { border-color: rgb(254,65,125); }
td.TdClassName
{
border-color: #FE417D;
}
.TagClassName
{
border-color: #FE417D;
}
</style>