Shades of Coral Red #FC413F
Tints of Coral Red #FC413F
RGB
CMYK
RGB Variations
Color information
#FC413F (or 0xFC413F) is known color: Coral Red. HEX triplet: FC, 41 and 3F. RGB value is (252,65,63). Sum of RGB (Red+Green+Blue) = 252+65+63=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC413F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC413F is #03BEC0. Grayscale: #787878. Windows color (decimal): -245441 or 4145660. OLE color: 4145660.
HSL color Cylindrical-coordinate representation of color #FC413F: hue angle of 0.63º 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 #FC413F is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 63 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.01 |
| HSL | 0.63º | 0.97% | 0.62% | - |
| HSV(B) | 0.63º | 0.75% | 0.99% | - |
| XYZ | 42.93 | 24.83 | 7.23 | - |
| YUV | 120.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 63 | 0 | 0.74 | 0.75 | 0.01 | 0.63 | 0.97 | 0.62 |
| Hex | FC | 41 | 3F | 0 | 4A | 4B | 1 | 1 | 61 | 3E |
| Octal | 374 | 101 | 77 | 0 | 112 | 113 | 1 | 1 | 141 | 76 |
| Binary | 11111100 | 1000001 | 111111 | 0 | 1001010 | 1001011 | 1 | 1 | 1100001 | 111110 |
Color Harmonies of #FC413F
Complementary color
Monochromatic Colors of #FC413F
Black with #FC413F
Text Example
Text Example
White with #FC413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC413F; }
p { color: rgb(252,65,63); }
H1.HeaderClassName
{
color: #FC413F;
}
.AnyTagClassName
{
color: #FC413F;
}
</style>
background-color css
<style>
a { background-color: #FC413F; }
a { background-color: rgb(252,65,63); }
div.DivClassName
{
background-color: #FC413F;
}
.BgClassName
{
background-color: #FC413F;
}
</style>
border-color css
<style>
span { border-color: #FC413F; }
span { border-color: rgb(252,65,63); }
td.TdClassName
{
border-color: #FC413F;
}
.TagClassName
{
border-color: #FC413F;
}
</style>