Shades of Violet Red #FF4693
Tints of Violet Red #FF4693
RGB
CMYK
RGB Variations
Color information
#FF4693 (or 0xFF4693) is known color: Violet Red. HEX triplet: FF, 46 and 93. RGB value is (255,70,147). Sum of RGB (Red+Green+Blue) = 255+70+147=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4693 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4693 is #00B96C. Grayscale: #858585. Windows color (decimal): -47469 or 9651967. OLE color: 9651967.
HSL color Cylindrical-coordinate representation of color #FF4693: hue angle of 335.03º 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 #FF4693 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 147 | - |
| CMYK | 0 | 0.73 | 0.42 | 0 |
| HSL | 335.03º | 1% | 0.64% | - |
| HSV(B) | 335.03º | 0.73% | 1% | - |
| XYZ | 48.7 | 27.75 | 30.39 | - |
| YUV | 134.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 147 | 0 | 0.73 | 0.42 | 0 | 335.03 | 1 | 0.64 |
| Hex | FF | 46 | 93 | 0 | 49 | 2A | 0 | 14F | 64 | 40 |
| Octal | 377 | 106 | 223 | 0 | 111 | 52 | 0 | 517 | 144 | 100 |
| Binary | 11111111 | 1000110 | 10010011 | 0 | 1001001 | 101010 | 0 | 101001111 | 1100100 | 1000000 |
Color Harmonies of #FF4693
Complementary color
Monochromatic Colors of #FF4693
Black with #FF4693
Text Example
Text Example
White with #FF4693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4693; }
p { color: rgb(255,70,147); }
H1.HeaderClassName
{
color: #FF4693;
}
.AnyTagClassName
{
color: #FF4693;
}
</style>
background-color css
<style>
a { background-color: #FF4693; }
a { background-color: rgb(255,70,147); }
div.DivClassName
{
background-color: #FF4693;
}
.BgClassName
{
background-color: #FF4693;
}
</style>
border-color css
<style>
span { border-color: #FF4693; }
span { border-color: rgb(255,70,147); }
td.TdClassName
{
border-color: #FF4693;
}
.TagClassName
{
border-color: #FF4693;
}
</style>