Shades of Violet Red #FF4193
Tints of Violet Red #FF4193
RGB
CMYK
RGB Variations
Color information
#FF4193 (or 0xFF4193) is known color: Violet Red. HEX triplet: FF, 41 and 93. RGB value is (255,65,147). Sum of RGB (Red+Green+Blue) = 255+65+147=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4193 is #00BE6C. Grayscale: #838383. Windows color (decimal): -48749 or 9650687. OLE color: 9650687.
HSL color Cylindrical-coordinate representation of color #FF4193: hue angle of 334.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4193 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 147 | - |
| CMYK | 0 | 0.75 | 0.42 | 0 |
| HSL | 334.11º | 1% | 0.63% | - |
| HSV(B) | 334.11º | 0.75% | 1% | - |
| XYZ | 48.4 | 27.15 | 30.29 | - |
| YUV | 131.16 | 136.95 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 147 | 0 | 0.75 | 0.42 | 0 | 334.11 | 1 | 0.63 |
| Hex | FF | 41 | 93 | 0 | 4B | 2A | 0 | 14E | 64 | 3F |
| Octal | 377 | 101 | 223 | 0 | 113 | 52 | 0 | 516 | 144 | 77 |
| Binary | 11111111 | 1000001 | 10010011 | 0 | 1001011 | 101010 | 0 | 101001110 | 1100100 | 111111 |
Color Harmonies of #FF4193
Complementary color
Monochromatic Colors of #FF4193
Black with #FF4193
Text Example
Text Example
White with #FF4193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4193; }
p { color: rgb(255,65,147); }
H1.HeaderClassName
{
color: #FF4193;
}
.AnyTagClassName
{
color: #FF4193;
}
</style>
background-color css
<style>
a { background-color: #FF4193; }
a { background-color: rgb(255,65,147); }
div.DivClassName
{
background-color: #FF4193;
}
.BgClassName
{
background-color: #FF4193;
}
</style>
border-color css
<style>
span { border-color: #FF4193; }
span { border-color: rgb(255,65,147); }
td.TdClassName
{
border-color: #FF4193;
}
.TagClassName
{
border-color: #FF4193;
}
</style>