Shades of Violet Red #FF417F
Tints of Violet Red #FF417F
RGB
CMYK
RGB Variations
Color information
#FF417F (or 0xFF417F) is known color: Violet Red. HEX triplet: FF, 41 and 7F. RGB value is (255,65,127). Sum of RGB (Red+Green+Blue) = 255+65+127=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF417F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF417F is #00BE80. Grayscale: #808080. Windows color (decimal): -48769 or 8339967. OLE color: 8339967.
HSL color Cylindrical-coordinate representation of color #FF417F: hue angle of 340.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF417F is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 127 | - |
| CMYK | 0 | 0.75 | 0.50 | 0 |
| HSL | 340.42º | 1% | 0.63% | - |
| HSV(B) | 340.42º | 0.75% | 1% | - |
| XYZ | 46.96 | 26.57 | 22.73 | - |
| YUV | 128.88 | 126.95 | 217.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 127 | 0 | 0.75 | 0.50 | 0 | 340.42 | 1 | 0.63 |
| Hex | FF | 41 | 7F | 0 | 4B | 32 | 0 | 154 | 64 | 3F |
| Octal | 377 | 101 | 177 | 0 | 113 | 62 | 0 | 524 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1111111 | 0 | 1001011 | 110010 | 0 | 101010100 | 1100100 | 111111 |
Color Harmonies of #FF417F
Complementary color
Monochromatic Colors of #FF417F
Black with #FF417F
Text Example
Text Example
White with #FF417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF417F; }
p { color: rgb(255,65,127); }
H1.HeaderClassName
{
color: #FF417F;
}
.AnyTagClassName
{
color: #FF417F;
}
</style>
background-color css
<style>
a { background-color: #FF417F; }
a { background-color: rgb(255,65,127); }
div.DivClassName
{
background-color: #FF417F;
}
.BgClassName
{
background-color: #FF417F;
}
</style>
border-color css
<style>
span { border-color: #FF417F; }
span { border-color: rgb(255,65,127); }
td.TdClassName
{
border-color: #FF417F;
}
.TagClassName
{
border-color: #FF417F;
}
</style>