Shades of Violet Red #FF447B
Tints of Violet Red #FF447B
RGB
CMYK
RGB Variations
Color information
#FF447B (or 0xFF447B) is known color: Violet Red. HEX triplet: FF, 44 and 7B. RGB value is (255,68,123). Sum of RGB (Red+Green+Blue) = 255+68+123=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF447B is #00BB84. Grayscale: #828282. Windows color (decimal): -48005 or 8078591. OLE color: 8078591.
HSL color Cylindrical-coordinate representation of color #FF447B: hue angle of 342.35º 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 #FF447B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 123 | - |
| CMYK | 0 | 0.73 | 0.52 | 0 |
| HSL | 342.35º | 1% | 0.63% | - |
| HSV(B) | 342.35º | 0.73% | 1% | - |
| XYZ | 46.88 | 26.82 | 21.45 | - |
| YUV | 130.18 | 123.95 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 123 | 0 | 0.73 | 0.52 | 0 | 342.35 | 1 | 0.63 |
| Hex | FF | 44 | 7B | 0 | 49 | 34 | 0 | 156 | 64 | 3F |
| Octal | 377 | 104 | 173 | 0 | 111 | 64 | 0 | 526 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1111011 | 0 | 1001001 | 110100 | 0 | 101010110 | 1100100 | 111111 |
Color Harmonies of #FF447B
Complementary color
Monochromatic Colors of #FF447B
Black with #FF447B
Text Example
Text Example
White with #FF447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF447B; }
p { color: rgb(255,68,123); }
H1.HeaderClassName
{
color: #FF447B;
}
.AnyTagClassName
{
color: #FF447B;
}
</style>
background-color css
<style>
a { background-color: #FF447B; }
a { background-color: rgb(255,68,123); }
div.DivClassName
{
background-color: #FF447B;
}
.BgClassName
{
background-color: #FF447B;
}
</style>
border-color css
<style>
span { border-color: #FF447B; }
span { border-color: rgb(255,68,123); }
td.TdClassName
{
border-color: #FF447B;
}
.TagClassName
{
border-color: #FF447B;
}
</style>