Shades of Violet Red #FC448C
Tints of Violet Red #FC448C
RGB
CMYK
RGB Variations
Color information
#FC448C (or 0xFC448C) is known color: Violet Red. HEX triplet: FC, 44 and 8C. RGB value is (252,68,140). Sum of RGB (Red+Green+Blue) = 252+68+140=460 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.78% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 252 - color contains mainly: red. Hex color #FC448C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC448C is #03BB73. Grayscale: #838383. Windows color (decimal): -244596 or 9192700. OLE color: 9192700.
HSL color Cylindrical-coordinate representation of color #FC448C: hue angle of 336.52º 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 #FC448C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 140 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.01 |
| HSL | 336.52º | 0.97% | 0.63% | - |
| HSV(B) | 336.52º | 0.73% | 0.99% | - |
| XYZ | 46.95 | 26.72 | 27.49 | - |
| YUV | 131.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 140 | 0 | 0.73 | 0.44 | 0.01 | 336.52 | 0.97 | 0.63 |
| Hex | FC | 44 | 8C | 0 | 49 | 2C | 1 | 151 | 61 | 3F |
| Octal | 374 | 104 | 214 | 0 | 111 | 54 | 1 | 521 | 141 | 77 |
| Binary | 11111100 | 1000100 | 10001100 | 0 | 1001001 | 101100 | 1 | 101010001 | 1100001 | 111111 |
Color Harmonies of #FC448C
Complementary color
Monochromatic Colors of #FC448C
Black with #FC448C
Text Example
Text Example
White with #FC448C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC448C; }
p { color: rgb(252,68,140); }
H1.HeaderClassName
{
color: #FC448C;
}
.AnyTagClassName
{
color: #FC448C;
}
</style>
background-color css
<style>
a { background-color: #FC448C; }
a { background-color: rgb(252,68,140); }
div.DivClassName
{
background-color: #FC448C;
}
.BgClassName
{
background-color: #FC448C;
}
</style>
border-color css
<style>
span { border-color: #FC448C; }
span { border-color: rgb(252,68,140); }
td.TdClassName
{
border-color: #FC448C;
}
.TagClassName
{
border-color: #FC448C;
}
</style>