Shades of Violet Red #FF4883
Tints of Violet Red #FF4883
RGB
CMYK
RGB Variations
Color information
#FF4883 (or 0xFF4883) is known color: Violet Red. HEX triplet: FF, 48 and 83. RGB value is (255,72,131). Sum of RGB (Red+Green+Blue) = 255+72+131=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 72 (28.52% from 255 or 15.72% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4883 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4883 is #00B77C. Grayscale: #858585. Windows color (decimal): -46973 or 8603903. OLE color: 8603903.
HSL color Cylindrical-coordinate representation of color #FF4883: hue angle of 340.66º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4883 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 131 | - |
| CMYK | 0 | 0.72 | 0.49 | 0 |
| HSL | 340.66º | 1% | 0.64% | - |
| HSV(B) | 340.66º | 0.72% | 1% | - |
| XYZ | 47.65 | 27.53 | 24.28 | - |
| YUV | 133.44 | 126.63 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 131 | 0 | 0.72 | 0.49 | 0 | 340.66 | 1 | 0.64 |
| Hex | FF | 48 | 83 | 0 | 48 | 31 | 0 | 155 | 64 | 40 |
| Octal | 377 | 110 | 203 | 0 | 110 | 61 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1001000 | 10000011 | 0 | 1001000 | 110001 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF4883
Complementary color
Monochromatic Colors of #FF4883
Black with #FF4883
Text Example
Text Example
White with #FF4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4883; }
p { color: rgb(255,72,131); }
H1.HeaderClassName
{
color: #FF4883;
}
.AnyTagClassName
{
color: #FF4883;
}
</style>
background-color css
<style>
a { background-color: #FF4883; }
a { background-color: rgb(255,72,131); }
div.DivClassName
{
background-color: #FF4883;
}
.BgClassName
{
background-color: #FF4883;
}
</style>
border-color css
<style>
span { border-color: #FF4883; }
span { border-color: rgb(255,72,131); }
td.TdClassName
{
border-color: #FF4883;
}
.TagClassName
{
border-color: #FF4883;
}
</style>