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