Shades of Violet Red #FC448D
Tints of Violet Red #FC448D
RGB
CMYK
RGB Variations
Color information
#FC448D (or 0xFC448D) is known color: Violet Red. HEX triplet: FC, 44 and 8D. RGB value is (252,68,141). Sum of RGB (Red+Green+Blue) = 252+68+141=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC448D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC448D is #03BB72. Grayscale: #838383. Windows color (decimal): -244595 or 9258236. OLE color: 9258236.
HSL color Cylindrical-coordinate representation of color #FC448D: hue angle of 336.2º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC448D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 141 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.01 |
| HSL | 336.2º | 0.97% | 0.63% | - |
| HSV(B) | 336.2º | 0.73% | 0.99% | - |
| XYZ | 47.02 | 26.75 | 27.88 | - |
| YUV | 131.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 141 | 0 | 0.73 | 0.44 | 0.01 | 336.2 | 0.97 | 0.63 |
| Hex | FC | 44 | 8D | 0 | 49 | 2C | 1 | 150 | 61 | 3F |
| Octal | 374 | 104 | 215 | 0 | 111 | 54 | 1 | 520 | 141 | 77 |
| Binary | 11111100 | 1000100 | 10001101 | 0 | 1001001 | 101100 | 1 | 101010000 | 1100001 | 111111 |
Color Harmonies of #FC448D
Complementary color
Monochromatic Colors of #FC448D
Black with #FC448D
Text Example
Text Example
White with #FC448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC448D; }
p { color: rgb(252,68,141); }
H1.HeaderClassName
{
color: #FC448D;
}
.AnyTagClassName
{
color: #FC448D;
}
</style>
background-color css
<style>
a { background-color: #FC448D; }
a { background-color: rgb(252,68,141); }
div.DivClassName
{
background-color: #FC448D;
}
.BgClassName
{
background-color: #FC448D;
}
</style>
border-color css
<style>
span { border-color: #FC448D; }
span { border-color: rgb(252,68,141); }
td.TdClassName
{
border-color: #FC448D;
}
.TagClassName
{
border-color: #FC448D;
}
</style>