Shades of Coral Red #FC4140
Tints of Coral Red #FC4140
RGB
CMYK
RGB Variations
Color information
#FC4140 (or 0xFC4140) is known color: Coral Red. HEX triplet: FC, 41 and 40. RGB value is (252,65,64). Sum of RGB (Red+Green+Blue) = 252+65+64=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4140 is #03BEBF. Grayscale: #787878. Windows color (decimal): -245440 or 4211196. OLE color: 4211196.
HSL color Cylindrical-coordinate representation of color #FC4140: hue angle of 0.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC4140 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 64 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.01 |
| HSL | 0.32º | 0.97% | 0.62% | - |
| HSV(B) | 0.32º | 0.75% | 0.99% | - |
| XYZ | 42.96 | 24.85 | 7.38 | - |
| YUV | 120.8 | 95.95 | 221.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 64 | 0 | 0.74 | 0.75 | 0.01 | 0.32 | 0.97 | 0.62 |
| Hex | FC | 41 | 40 | 0 | 4A | 4B | 1 | 0 | 61 | 3E |
| Octal | 374 | 101 | 100 | 0 | 112 | 113 | 1 | 0 | 141 | 76 |
| Binary | 11111100 | 1000001 | 1000000 | 0 | 1001010 | 1001011 | 1 | 0 | 1100001 | 111110 |
Color Harmonies of #FC4140
Complementary color
Monochromatic Colors of #FC4140
Black with #FC4140
Text Example
Text Example
White with #FC4140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4140; }
p { color: rgb(252,65,64); }
H1.HeaderClassName
{
color: #FC4140;
}
.AnyTagClassName
{
color: #FC4140;
}
</style>
background-color css
<style>
a { background-color: #FC4140; }
a { background-color: rgb(252,65,64); }
div.DivClassName
{
background-color: #FC4140;
}
.BgClassName
{
background-color: #FC4140;
}
</style>
border-color css
<style>
span { border-color: #FC4140; }
span { border-color: rgb(252,65,64); }
td.TdClassName
{
border-color: #FC4140;
}
.TagClassName
{
border-color: #FC4140;
}
</style>