Shades of Violet Red #FF457F
Tints of Violet Red #FF457F
RGB
CMYK
RGB Variations
Color information
#FF457F (or 0xFF457F) is known color: Violet Red. HEX triplet: FF, 45 and 7F. RGB value is (255,69,127). Sum of RGB (Red+Green+Blue) = 255+69+127=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 69 (27.34% from 255 or 15.30% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF457F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF457F is #00BA80. Grayscale: #838383. Windows color (decimal): -47745 or 8340991. OLE color: 8340991.
HSL color Cylindrical-coordinate representation of color #FF457F: hue angle of 341.29º 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 #FF457F is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 127 | - |
| CMYK | 0 | 0.73 | 0.50 | 0 |
| HSL | 341.29º | 1% | 0.64% | - |
| HSV(B) | 341.29º | 0.73% | 1% | - |
| XYZ | 47.2 | 27.05 | 22.81 | - |
| YUV | 131.23 | 125.62 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 127 | 0 | 0.73 | 0.50 | 0 | 341.29 | 1 | 0.64 |
| Hex | FF | 45 | 7F | 0 | 49 | 32 | 0 | 155 | 64 | 40 |
| Octal | 377 | 105 | 177 | 0 | 111 | 62 | 0 | 525 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1111111 | 0 | 1001001 | 110010 | 0 | 101010101 | 1100100 | 1000000 |
Color Harmonies of #FF457F
Complementary color
Monochromatic Colors of #FF457F
Black with #FF457F
Text Example
Text Example
White with #FF457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF457F; }
p { color: rgb(255,69,127); }
H1.HeaderClassName
{
color: #FF457F;
}
.AnyTagClassName
{
color: #FF457F;
}
</style>
background-color css
<style>
a { background-color: #FF457F; }
a { background-color: rgb(255,69,127); }
div.DivClassName
{
background-color: #FF457F;
}
.BgClassName
{
background-color: #FF457F;
}
</style>
border-color css
<style>
span { border-color: #FF457F; }
span { border-color: rgb(255,69,127); }
td.TdClassName
{
border-color: #FF457F;
}
.TagClassName
{
border-color: #FF457F;
}
</style>