Shades of Violet Red #FF4694
Tints of Violet Red #FF4694
RGB
CMYK
RGB Variations
Color information
#FF4694 (or 0xFF4694) is known color: Violet Red. HEX triplet: FF, 46 and 94. RGB value is (255,70,148). Sum of RGB (Red+Green+Blue) = 255+70+148=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4694 is #00B96B. Grayscale: #868686. Windows color (decimal): -47468 or 9717503. OLE color: 9717503.
HSL color Cylindrical-coordinate representation of color #FF4694: hue angle of 334.7º 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 #FF4694 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 148 | - |
| CMYK | 0 | 0.73 | 0.42 | 0 |
| HSL | 334.7º | 1% | 0.64% | - |
| HSV(B) | 334.7º | 0.73% | 1% | - |
| XYZ | 48.78 | 27.78 | 30.81 | - |
| YUV | 134.21 | 135.79 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 148 | 0 | 0.73 | 0.42 | 0 | 334.7 | 1 | 0.64 |
| Hex | FF | 46 | 94 | 0 | 49 | 2A | 0 | 14F | 64 | 40 |
| Octal | 377 | 106 | 224 | 0 | 111 | 52 | 0 | 517 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10010100 | 0 | 1001001 | 101010 | 0 | 101001111 | 1100100 | 1000000 |
Color Harmonies of #FF4694
Complementary color
Monochromatic Colors of #FF4694
Black with #FF4694
Text Example
Text Example
White with #FF4694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4694; }
p { color: rgb(255,70,148); }
H1.HeaderClassName
{
color: #FF4694;
}
.AnyTagClassName
{
color: #FF4694;
}
</style>
background-color css
<style>
a { background-color: #FF4694; }
a { background-color: rgb(255,70,148); }
div.DivClassName
{
background-color: #FF4694;
}
.BgClassName
{
background-color: #FF4694;
}
</style>
border-color css
<style>
span { border-color: #FF4694; }
span { border-color: rgb(255,70,148); }
td.TdClassName
{
border-color: #FF4694;
}
.TagClassName
{
border-color: #FF4694;
}
</style>