Shades of Coral Red #F5413B
Tints of Coral Red #F5413B
RGB
CMYK
RGB Variations
Color information
#F5413B (or 0xF5413B) is known color: Coral Red. HEX triplet: F5, 41 and 3B. RGB value is (245,65,59). Sum of RGB (Red+Green+Blue) = 245+65+59=369 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.40% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 245 - color contains mainly: red. Hex color #F5413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5413B is #0ABEC4. Grayscale: #767676. Windows color (decimal): -704197 or 3883509. OLE color: 3883509.
HSL color Cylindrical-coordinate representation of color #F5413B: hue angle of 1.94º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5413B is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 59 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.04 |
| HSL | 1.94º | 0.9% | 0.6% | - |
| HSV(B) | 1.94º | 0.76% | 0.96% | - |
| XYZ | 40.34 | 23.51 | 6.55 | - |
| YUV | 118.14 | 94.63 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 59 | 0 | 0.73 | 0.76 | 0.04 | 1.94 | 0.9 | 0.6 |
| Hex | F5 | 41 | 3B | 0 | 49 | 4C | 4 | 2 | 5A | 3C |
| Octal | 365 | 101 | 73 | 0 | 111 | 114 | 4 | 2 | 132 | 74 |
| Binary | 11110101 | 1000001 | 111011 | 0 | 1001001 | 1001100 | 100 | 10 | 1011010 | 111100 |
Color Harmonies of #F5413B
Complementary color
Monochromatic Colors of #F5413B
Black with #F5413B
Text Example
Text Example
White with #F5413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5413B; }
p { color: rgb(245,65,59); }
H1.HeaderClassName
{
color: #F5413B;
}
.AnyTagClassName
{
color: #F5413B;
}
</style>
background-color css
<style>
a { background-color: #F5413B; }
a { background-color: rgb(245,65,59); }
div.DivClassName
{
background-color: #F5413B;
}
.BgClassName
{
background-color: #F5413B;
}
</style>
border-color css
<style>
span { border-color: #F5413B; }
span { border-color: rgb(245,65,59); }
td.TdClassName
{
border-color: #F5413B;
}
.TagClassName
{
border-color: #F5413B;
}
</style>