Shades of Coral Red #FC4040
Tints of Coral Red #FC4040
RGB
CMYK
RGB Variations
Color information
#FC4040 (or 0xFC4040) is known color: Coral Red. HEX triplet: FC, 40 and 40. RGB value is (252,64,64). Sum of RGB (Red+Green+Blue) = 252+64+64=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4040 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4040 is #03BFBF. Grayscale: #787878. Windows color (decimal): -245696 or 4210940. OLE color: 4210940.
HSL color Cylindrical-coordinate representation of color #FC4040: hue angle of 0º 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 #FC4040 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 64 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.01 |
| HSL | 0º | 0.97% | 0.62% | - |
| HSV(B) | 0º | 0.75% | 0.99% | - |
| XYZ | 42.9 | 24.73 | 7.36 | - |
| YUV | 120.21 | 96.28 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 64 | 0 | 0.75 | 0.75 | 0.01 | 0 | 0.97 | 0.62 |
| Hex | FC | 40 | 40 | 0 | 4B | 4B | 1 | 0 | 61 | 3E |
| Octal | 374 | 100 | 100 | 0 | 113 | 113 | 1 | 0 | 141 | 76 |
| Binary | 11111100 | 1000000 | 1000000 | 0 | 1001011 | 1001011 | 1 | 0 | 1100001 | 111110 |
Color Harmonies of #FC4040
Complementary color
Monochromatic Colors of #FC4040
Black with #FC4040
Text Example
Text Example
White with #FC4040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4040; }
p { color: rgb(252,64,64); }
H1.HeaderClassName
{
color: #FC4040;
}
.AnyTagClassName
{
color: #FC4040;
}
</style>
background-color css
<style>
a { background-color: #FC4040; }
a { background-color: rgb(252,64,64); }
div.DivClassName
{
background-color: #FC4040;
}
.BgClassName
{
background-color: #FC4040;
}
</style>
border-color css
<style>
span { border-color: #FC4040; }
span { border-color: rgb(252,64,64); }
td.TdClassName
{
border-color: #FC4040;
}
.TagClassName
{
border-color: #FC4040;
}
</style>