Shades of Coral Red #F5403E
Tints of Coral Red #F5403E
RGB
CMYK
RGB Variations
Color information
#F5403E (or 0xF5403E) is known color: Coral Red. HEX triplet: F5, 40 and 3E. RGB value is (245,64,62). Sum of RGB (Red+Green+Blue) = 245+64+62=371 (49% of max value = 765). Red value is 245 (96.09% from 255 or 66.04% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 62 (24.61% from 255 or 16.71% from 371); Max value from RGB is 245 - color contains mainly: red. Hex color #F5403E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5403E is #0ABFC1. Grayscale: #767676. Windows color (decimal): -704450 or 4079861. OLE color: 4079861.
HSL color Cylindrical-coordinate representation of color #F5403E: hue angle of 0.66º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5403E is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 62 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.04 |
| HSL | 0.66º | 0.9% | 0.6% | - |
| HSV(B) | 0.66º | 0.75% | 0.96% | - |
| XYZ | 40.36 | 23.43 | 6.95 | - |
| YUV | 117.89 | 96.47 | 218.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 62 | 0 | 0.74 | 0.75 | 0.04 | 0.66 | 0.9 | 0.6 |
| Hex | F5 | 40 | 3E | 0 | 4A | 4B | 4 | 1 | 5A | 3C |
| Octal | 365 | 100 | 76 | 0 | 112 | 113 | 4 | 1 | 132 | 74 |
| Binary | 11110101 | 1000000 | 111110 | 0 | 1001010 | 1001011 | 100 | 1 | 1011010 | 111100 |
Color Harmonies of #F5403E
Complementary color
Monochromatic Colors of #F5403E
Black with #F5403E
Text Example
Text Example
White with #F5403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5403E; }
p { color: rgb(245,64,62); }
H1.HeaderClassName
{
color: #F5403E;
}
.AnyTagClassName
{
color: #F5403E;
}
</style>
background-color css
<style>
a { background-color: #F5403E; }
a { background-color: rgb(245,64,62); }
div.DivClassName
{
background-color: #F5403E;
}
.BgClassName
{
background-color: #F5403E;
}
</style>
border-color css
<style>
span { border-color: #F5403E; }
span { border-color: rgb(245,64,62); }
td.TdClassName
{
border-color: #F5403E;
}
.TagClassName
{
border-color: #F5403E;
}
</style>