Shades of Violet Red #FF4698
Tints of Violet Red #FF4698
RGB
CMYK
RGB Variations
Color information
#FF4698 (or 0xFF4698) is known color: Violet Red. HEX triplet: FF, 46 and 98. RGB value is (255,70,152). Sum of RGB (Red+Green+Blue) = 255+70+152=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 70 (27.73% from 255 or 14.68% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4698 is #00B967. Grayscale: #868686. Windows color (decimal): -47464 or 9979647. OLE color: 9979647.
HSL color Cylindrical-coordinate representation of color #FF4698: hue angle of 333.41º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4698 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 152 | - |
| CMYK | 0 | 0.73 | 0.40 | 0 |
| HSL | 333.41º | 1% | 0.64% | - |
| HSV(B) | 333.41º | 0.73% | 1% | - |
| XYZ | 49.1 | 27.91 | 32.5 | - |
| YUV | 134.66 | 137.79 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 152 | 0 | 0.73 | 0.40 | 0 | 333.41 | 1 | 0.64 |
| Hex | FF | 46 | 98 | 0 | 49 | 28 | 0 | 14D | 64 | 40 |
| Octal | 377 | 106 | 230 | 0 | 111 | 50 | 0 | 515 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10011000 | 0 | 1001001 | 101000 | 0 | 101001101 | 1100100 | 1000000 |
Color Harmonies of #FF4698
Complementary color
Monochromatic Colors of #FF4698
Black with #FF4698
Text Example
Text Example
White with #FF4698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4698; }
p { color: rgb(255,70,152); }
H1.HeaderClassName
{
color: #FF4698;
}
.AnyTagClassName
{
color: #FF4698;
}
</style>
background-color css
<style>
a { background-color: #FF4698; }
a { background-color: rgb(255,70,152); }
div.DivClassName
{
background-color: #FF4698;
}
.BgClassName
{
background-color: #FF4698;
}
</style>
border-color css
<style>
span { border-color: #FF4698; }
span { border-color: rgb(255,70,152); }
td.TdClassName
{
border-color: #FF4698;
}
.TagClassName
{
border-color: #FF4698;
}
</style>