Shades of Violet Red #FE4188
Tints of Violet Red #FE4188
RGB
CMYK
RGB Variations
Color information
#FE4188 (or 0xFE4188) is known color: Violet Red. HEX triplet: FE, 41 and 88. RGB value is (254,65,136). Sum of RGB (Red+Green+Blue) = 254+65+136=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4188 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4188 is #01BE77. Grayscale: #818181. Windows color (decimal): -114296 or 8929790. OLE color: 8929790.
HSL color Cylindrical-coordinate representation of color #FE4188: hue angle of 337.46º 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 #FE4188 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 136 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.00 |
| HSL | 337.46º | 0.99% | 0.63% | - |
| HSV(B) | 337.46º | 0.74% | 1% | - |
| XYZ | 47.21 | 26.63 | 25.94 | - |
| YUV | 129.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 136 | 0 | 0.74 | 0.46 | 0.00 | 337.46 | 0.99 | 0.63 |
| Hex | FE | 41 | 88 | 0 | 4A | 2E | 0 | 151 | 63 | 3F |
| Octal | 376 | 101 | 210 | 0 | 112 | 56 | 0 | 521 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10001000 | 0 | 1001010 | 101110 | 0 | 101010001 | 1100011 | 111111 |
Color Harmonies of #FE4188
Complementary color
Monochromatic Colors of #FE4188
Black with #FE4188
Text Example
Text Example
White with #FE4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4188; }
p { color: rgb(254,65,136); }
H1.HeaderClassName
{
color: #FE4188;
}
.AnyTagClassName
{
color: #FE4188;
}
</style>
background-color css
<style>
a { background-color: #FE4188; }
a { background-color: rgb(254,65,136); }
div.DivClassName
{
background-color: #FE4188;
}
.BgClassName
{
background-color: #FE4188;
}
</style>
border-color css
<style>
span { border-color: #FE4188; }
span { border-color: rgb(254,65,136); }
td.TdClassName
{
border-color: #FE4188;
}
.TagClassName
{
border-color: #FE4188;
}
</style>