Shades of Violet Red #FF4494
Tints of Violet Red #FF4494
RGB
CMYK
RGB Variations
Color information
#FF4494 (or 0xFF4494) is known color: Violet Red. HEX triplet: FF, 44 and 94. RGB value is (255,68,148). Sum of RGB (Red+Green+Blue) = 255+68+148=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4494 is #00BB6B. Grayscale: #848484. Windows color (decimal): -47980 or 9716991. OLE color: 9716991.
HSL color Cylindrical-coordinate representation of color #FF4494: hue angle of 334.33º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4494 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 148 | - |
| CMYK | 0 | 0.73 | 0.42 | 0 |
| HSL | 334.33º | 1% | 0.63% | - |
| HSV(B) | 334.33º | 0.73% | 1% | - |
| XYZ | 48.65 | 27.53 | 30.77 | - |
| YUV | 133.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 148 | 0 | 0.73 | 0.42 | 0 | 334.33 | 1 | 0.63 |
| Hex | FF | 44 | 94 | 0 | 49 | 2A | 0 | 14E | 64 | 3F |
| Octal | 377 | 104 | 224 | 0 | 111 | 52 | 0 | 516 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10010100 | 0 | 1001001 | 101010 | 0 | 101001110 | 1100100 | 111111 |
Color Harmonies of #FF4494
Complementary color
Monochromatic Colors of #FF4494
Black with #FF4494
Text Example
Text Example
White with #FF4494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4494; }
p { color: rgb(255,68,148); }
H1.HeaderClassName
{
color: #FF4494;
}
.AnyTagClassName
{
color: #FF4494;
}
</style>
background-color css
<style>
a { background-color: #FF4494; }
a { background-color: rgb(255,68,148); }
div.DivClassName
{
background-color: #FF4494;
}
.BgClassName
{
background-color: #FF4494;
}
</style>
border-color css
<style>
span { border-color: #FF4494; }
span { border-color: rgb(255,68,148); }
td.TdClassName
{
border-color: #FF4494;
}
.TagClassName
{
border-color: #FF4494;
}
</style>