Shades of Violet Red #FF448A
Tints of Violet Red #FF448A
RGB
CMYK
RGB Variations
Color information
#FF448A (or 0xFF448A) is known color: Violet Red. HEX triplet: FF, 44 and 8A. RGB value is (255,68,138). Sum of RGB (Red+Green+Blue) = 255+68+138=461 (61% of max value = 765). Red value is 255 (100% from 255 or 55.31% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 255 - color contains mainly: red. Hex color #FF448A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF448A is #00BB75. Grayscale: #838383. Windows color (decimal): -47990 or 9061631. OLE color: 9061631.
HSL color Cylindrical-coordinate representation of color #FF448A: hue angle of 337.54º 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 #FF448A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 138 | - |
| CMYK | 0 | 0.73 | 0.46 | 0 |
| HSL | 337.54º | 1% | 0.63% | - |
| HSV(B) | 337.54º | 0.73% | 1% | - |
| XYZ | 47.89 | 27.23 | 26.78 | - |
| YUV | 131.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 138 | 0 | 0.73 | 0.46 | 0 | 337.54 | 1 | 0.63 |
| Hex | FF | 44 | 8A | 0 | 49 | 2E | 0 | 152 | 64 | 3F |
| Octal | 377 | 104 | 212 | 0 | 111 | 56 | 0 | 522 | 144 | 77 |
| Binary | 11111111 | 1000100 | 10001010 | 0 | 1001001 | 101110 | 0 | 101010010 | 1100100 | 111111 |
Color Harmonies of #FF448A
Complementary color
Monochromatic Colors of #FF448A
Black with #FF448A
Text Example
Text Example
White with #FF448A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF448A; }
p { color: rgb(255,68,138); }
H1.HeaderClassName
{
color: #FF448A;
}
.AnyTagClassName
{
color: #FF448A;
}
</style>
background-color css
<style>
a { background-color: #FF448A; }
a { background-color: rgb(255,68,138); }
div.DivClassName
{
background-color: #FF448A;
}
.BgClassName
{
background-color: #FF448A;
}
</style>
border-color css
<style>
span { border-color: #FF448A; }
span { border-color: rgb(255,68,138); }
td.TdClassName
{
border-color: #FF448A;
}
.TagClassName
{
border-color: #FF448A;
}
</style>