Shades of Violet Red #FF4593
Tints of Violet Red #FF4593
RGB
CMYK
RGB Variations
Color information
#FF4593 (or 0xFF4593) is known color: Violet Red. HEX triplet: FF, 45 and 93. RGB value is (255,69,147). Sum of RGB (Red+Green+Blue) = 255+69+147=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4593 is #00BA6C. Grayscale: #858585. Windows color (decimal): -47725 or 9651711. OLE color: 9651711.
HSL color Cylindrical-coordinate representation of color #FF4593: hue angle of 334.84º 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 #FF4593 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 147 | - |
| CMYK | 0 | 0.73 | 0.42 | 0 |
| HSL | 334.84º | 1% | 0.64% | - |
| HSV(B) | 334.84º | 0.73% | 1% | - |
| XYZ | 48.63 | 27.62 | 30.37 | - |
| YUV | 133.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 147 | 0 | 0.73 | 0.42 | 0 | 334.84 | 1 | 0.64 |
| Hex | FF | 45 | 93 | 0 | 49 | 2A | 0 | 14F | 64 | 40 |
| Octal | 377 | 105 | 223 | 0 | 111 | 52 | 0 | 517 | 144 | 100 |
| Binary | 11111111 | 1000101 | 10010011 | 0 | 1001001 | 101010 | 0 | 101001111 | 1100100 | 1000000 |
Color Harmonies of #FF4593
Complementary color
Monochromatic Colors of #FF4593
Black with #FF4593
Text Example
Text Example
White with #FF4593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4593; }
p { color: rgb(255,69,147); }
H1.HeaderClassName
{
color: #FF4593;
}
.AnyTagClassName
{
color: #FF4593;
}
</style>
background-color css
<style>
a { background-color: #FF4593; }
a { background-color: rgb(255,69,147); }
div.DivClassName
{
background-color: #FF4593;
}
.BgClassName
{
background-color: #FF4593;
}
</style>
border-color css
<style>
span { border-color: #FF4593; }
span { border-color: rgb(255,69,147); }
td.TdClassName
{
border-color: #FF4593;
}
.TagClassName
{
border-color: #FF4593;
}
</style>