Shades of Violet Red #FE4698
Tints of Violet Red #FE4698
RGB
CMYK
RGB Variations
Color information
#FE4698 (or 0xFE4698) is known color: Violet Red. HEX triplet: FE, 46 and 98. RGB value is (254,70,152). Sum of RGB (Red+Green+Blue) = 254+70+152=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4698 is #01B967. Grayscale: #868686. Windows color (decimal): -113000 or 9979646. OLE color: 9979646.
HSL color Cylindrical-coordinate representation of color #FE4698: hue angle of 333.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4698 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 152 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.00 |
| HSL | 333.26º | 0.99% | 0.64% | - |
| HSV(B) | 333.26º | 0.72% | 1% | - |
| XYZ | 48.73 | 27.72 | 32.49 | - |
| YUV | 134.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 152 | 0 | 0.72 | 0.40 | 0.00 | 333.26 | 0.99 | 0.64 |
| Hex | FE | 46 | 98 | 0 | 48 | 28 | 0 | 14D | 63 | 40 |
| Octal | 376 | 106 | 230 | 0 | 110 | 50 | 0 | 515 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10011000 | 0 | 1001000 | 101000 | 0 | 101001101 | 1100011 | 1000000 |
Color Harmonies of #FE4698
Complementary color
Monochromatic Colors of #FE4698
Black with #FE4698
Text Example
Text Example
White with #FE4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4698; }
p { color: rgb(254,70,152); }
H1.HeaderClassName
{
color: #FE4698;
}
.AnyTagClassName
{
color: #FE4698;
}
</style>
background-color css
<style>
a { background-color: #FE4698; }
a { background-color: rgb(254,70,152); }
div.DivClassName
{
background-color: #FE4698;
}
.BgClassName
{
background-color: #FE4698;
}
</style>
border-color css
<style>
span { border-color: #FE4698; }
span { border-color: rgb(254,70,152); }
td.TdClassName
{
border-color: #FE4698;
}
.TagClassName
{
border-color: #FE4698;
}
</style>