Shades of Violet Red #FC438C
Tints of Violet Red #FC438C
RGB
CMYK
RGB Variations
Color information
#FC438C (or 0xFC438C) is known color: Violet Red. HEX triplet: FC, 43 and 8C. RGB value is (252,67,140). Sum of RGB (Red+Green+Blue) = 252+67+140=459 (60% of max value = 765). Red value is 252 (98.83% from 255 or 54.90% from 459); Green value is 67 (26.56% from 255 or 14.60% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 252 - color contains mainly: red. Hex color #FC438C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC438C is #03BC73. Grayscale: #828282. Windows color (decimal): -244852 or 9192444. OLE color: 9192444.
HSL color Cylindrical-coordinate representation of color #FC438C: hue angle of 336.32º 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 #FC438C is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 67 | 140 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.01 |
| HSL | 336.32º | 0.97% | 0.63% | - |
| HSV(B) | 336.32º | 0.73% | 0.99% | - |
| XYZ | 46.89 | 26.6 | 27.47 | - |
| YUV | 130.64 | 133.29 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 67 | 140 | 0 | 0.73 | 0.44 | 0.01 | 336.32 | 0.97 | 0.63 |
| Hex | FC | 43 | 8C | 0 | 49 | 2C | 1 | 150 | 61 | 3F |
| Octal | 374 | 103 | 214 | 0 | 111 | 54 | 1 | 520 | 141 | 77 |
| Binary | 11111100 | 1000011 | 10001100 | 0 | 1001001 | 101100 | 1 | 101010000 | 1100001 | 111111 |
Color Harmonies of #FC438C
Complementary color
Monochromatic Colors of #FC438C
Black with #FC438C
Text Example
Text Example
White with #FC438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC438C; }
p { color: rgb(252,67,140); }
H1.HeaderClassName
{
color: #FC438C;
}
.AnyTagClassName
{
color: #FC438C;
}
</style>
background-color css
<style>
a { background-color: #FC438C; }
a { background-color: rgb(252,67,140); }
div.DivClassName
{
background-color: #FC438C;
}
.BgClassName
{
background-color: #FC438C;
}
</style>
border-color css
<style>
span { border-color: #FC438C; }
span { border-color: rgb(252,67,140); }
td.TdClassName
{
border-color: #FC438C;
}
.TagClassName
{
border-color: #FC438C;
}
</style>