Shades of Violet Red #FF447E
Tints of Violet Red #FF447E
RGB
CMYK
RGB Variations
Color information
#FF447E (or 0xFF447E) is known color: Violet Red. HEX triplet: FF, 44 and 7E. RGB value is (255,68,126). Sum of RGB (Red+Green+Blue) = 255+68+126=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF447E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF447E is #00BB81. Grayscale: #828282. Windows color (decimal): -48002 or 8275199. OLE color: 8275199.
HSL color Cylindrical-coordinate representation of color #FF447E: hue angle of 341.39º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF447E is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 126 | - |
| CMYK | 0 | 0.73 | 0.51 | 0 |
| HSL | 341.39º | 1% | 0.63% | - |
| HSV(B) | 341.39º | 0.73% | 1% | - |
| XYZ | 47.07 | 26.9 | 22.45 | - |
| YUV | 130.53 | 125.45 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 126 | 0 | 0.73 | 0.51 | 0 | 341.39 | 1 | 0.63 |
| Hex | FF | 44 | 7E | 0 | 49 | 33 | 0 | 155 | 64 | 3F |
| Octal | 377 | 104 | 176 | 0 | 111 | 63 | 0 | 525 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1111110 | 0 | 1001001 | 110011 | 0 | 101010101 | 1100100 | 111111 |
Color Harmonies of #FF447E
Complementary color
Monochromatic Colors of #FF447E
Black with #FF447E
Text Example
Text Example
White with #FF447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF447E; }
p { color: rgb(255,68,126); }
H1.HeaderClassName
{
color: #FF447E;
}
.AnyTagClassName
{
color: #FF447E;
}
</style>
background-color css
<style>
a { background-color: #FF447E; }
a { background-color: rgb(255,68,126); }
div.DivClassName
{
background-color: #FF447E;
}
.BgClassName
{
background-color: #FF447E;
}
</style>
border-color css
<style>
span { border-color: #FF447E; }
span { border-color: rgb(255,68,126); }
td.TdClassName
{
border-color: #FF447E;
}
.TagClassName
{
border-color: #FF447E;
}
</style>