Shades of Violet Red #FF4393
Tints of Violet Red #FF4393
RGB
CMYK
RGB Variations
Color information
#FF4393 (or 0xFF4393) is known color: Violet Red. HEX triplet: FF, 43 and 93. RGB value is (255,67,147). Sum of RGB (Red+Green+Blue) = 255+67+147=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4393 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4393 is #00BC6C. Grayscale: #848484. Windows color (decimal): -48237 or 9651199. OLE color: 9651199.
HSL color Cylindrical-coordinate representation of color #FF4393: hue angle of 334.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4393 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 147 | - |
| CMYK | 0 | 0.74 | 0.42 | 0 |
| HSL | 334.47º | 1% | 0.63% | - |
| HSV(B) | 334.47º | 0.74% | 1% | - |
| XYZ | 48.51 | 27.38 | 30.33 | - |
| YUV | 132.33 | 136.28 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 147 | 0 | 0.74 | 0.42 | 0 | 334.47 | 1 | 0.63 |
| Hex | FF | 43 | 93 | 0 | 4A | 2A | 0 | 14E | 64 | 3F |
| Octal | 377 | 103 | 223 | 0 | 112 | 52 | 0 | 516 | 144 | 77 |
| Binary | 11111111 | 1000011 | 10010011 | 0 | 1001010 | 101010 | 0 | 101001110 | 1100100 | 111111 |
Color Harmonies of #FF4393
Complementary color
Monochromatic Colors of #FF4393
Black with #FF4393
Text Example
Text Example
White with #FF4393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4393; }
p { color: rgb(255,67,147); }
H1.HeaderClassName
{
color: #FF4393;
}
.AnyTagClassName
{
color: #FF4393;
}
</style>
background-color css
<style>
a { background-color: #FF4393; }
a { background-color: rgb(255,67,147); }
div.DivClassName
{
background-color: #FF4393;
}
.BgClassName
{
background-color: #FF4393;
}
</style>
border-color css
<style>
span { border-color: #FF4393; }
span { border-color: rgb(255,67,147); }
td.TdClassName
{
border-color: #FF4393;
}
.TagClassName
{
border-color: #FF4393;
}
</style>