Shades of Violet Red #FE417B
Tints of Violet Red #FE417B
RGB
CMYK
RGB Variations
Color information
#FE417B (or 0xFE417B) is known color: Violet Red. HEX triplet: FE, 41 and 7B. RGB value is (254,65,123). Sum of RGB (Red+Green+Blue) = 254+65+123=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE417B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE417B is #01BE84. Grayscale: #808080. Windows color (decimal): -114309 or 8077822. OLE color: 8077822.
HSL color Cylindrical-coordinate representation of color #FE417B: hue angle of 341.59º 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 #FE417B is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 123 | - |
| CMYK | 0 | 0.74 | 0.52 | 0.00 |
| HSL | 341.59º | 0.99% | 0.63% | - |
| HSV(B) | 341.59º | 0.74% | 1% | - |
| XYZ | 46.34 | 26.28 | 21.37 | - |
| YUV | 128.12 | 125.12 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 123 | 0 | 0.74 | 0.52 | 0.00 | 341.59 | 0.99 | 0.63 |
| Hex | FE | 41 | 7B | 0 | 4A | 34 | 0 | 156 | 63 | 3F |
| Octal | 376 | 101 | 173 | 0 | 112 | 64 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1111011 | 0 | 1001010 | 110100 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE417B
Complementary color
Monochromatic Colors of #FE417B
Black with #FE417B
Text Example
Text Example
White with #FE417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE417B; }
p { color: rgb(254,65,123); }
H1.HeaderClassName
{
color: #FE417B;
}
.AnyTagClassName
{
color: #FE417B;
}
</style>
background-color css
<style>
a { background-color: #FE417B; }
a { background-color: rgb(254,65,123); }
div.DivClassName
{
background-color: #FE417B;
}
.BgClassName
{
background-color: #FE417B;
}
</style>
border-color css
<style>
span { border-color: #FE417B; }
span { border-color: rgb(254,65,123); }
td.TdClassName
{
border-color: #FE417B;
}
.TagClassName
{
border-color: #FE417B;
}
</style>