Shades of Violet Red #FF457B
Tints of Violet Red #FF457B
RGB
CMYK
RGB Variations
Color information
#FF457B (or 0xFF457B) is known color: Violet Red. HEX triplet: FF, 45 and 7B. RGB value is (255,69,123). Sum of RGB (Red+Green+Blue) = 255+69+123=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 123 (48.44% from 255 or 27.52% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF457B is #00BA84. Grayscale: #828282. Windows color (decimal): -47749 or 8078847. OLE color: 8078847.
HSL color Cylindrical-coordinate representation of color #FF457B: hue angle of 342.58º 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 #FF457B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 123 | - |
| CMYK | 0 | 0.73 | 0.52 | 0 |
| HSL | 342.58º | 1% | 0.64% | - |
| HSV(B) | 342.58º | 0.73% | 1% | - |
| XYZ | 46.94 | 26.95 | 21.47 | - |
| YUV | 130.77 | 123.62 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 123 | 0 | 0.73 | 0.52 | 0 | 342.58 | 1 | 0.64 |
| Hex | FF | 45 | 7B | 0 | 49 | 34 | 0 | 157 | 64 | 40 |
| Octal | 377 | 105 | 173 | 0 | 111 | 64 | 0 | 527 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1111011 | 0 | 1001001 | 110100 | 0 | 101010111 | 1100100 | 1000000 |
Color Harmonies of #FF457B
Complementary color
Monochromatic Colors of #FF457B
Black with #FF457B
Text Example
Text Example
White with #FF457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF457B; }
p { color: rgb(255,69,123); }
H1.HeaderClassName
{
color: #FF457B;
}
.AnyTagClassName
{
color: #FF457B;
}
</style>
background-color css
<style>
a { background-color: #FF457B; }
a { background-color: rgb(255,69,123); }
div.DivClassName
{
background-color: #FF457B;
}
.BgClassName
{
background-color: #FF457B;
}
</style>
border-color css
<style>
span { border-color: #FF457B; }
span { border-color: rgb(255,69,123); }
td.TdClassName
{
border-color: #FF457B;
}
.TagClassName
{
border-color: #FF457B;
}
</style>