Shades of Coral Red #F54541
Tints of Coral Red #F54541
RGB
CMYK
RGB Variations
Color information
#F54541 (or 0xF54541) is known color: Coral Red. HEX triplet: F5, 45 and 41. RGB value is (245,69,65). Sum of RGB (Red+Green+Blue) = 245+69+65=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F54541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54541 is #0ABABE. Grayscale: #797979. Windows color (decimal): -703167 or 4277749. OLE color: 4277749.
HSL color Cylindrical-coordinate representation of color #F54541: hue angle of 1.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F54541 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 65 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.04 |
| HSL | 1.33º | 0.9% | 0.61% | - |
| HSV(B) | 1.33º | 0.73% | 0.96% | - |
| XYZ | 40.74 | 24.05 | 7.5 | - |
| YUV | 121.17 | 96.31 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 65 | 0 | 0.72 | 0.73 | 0.04 | 1.33 | 0.9 | 0.61 |
| Hex | F5 | 45 | 41 | 0 | 48 | 49 | 4 | 1 | 5A | 3D |
| Octal | 365 | 105 | 101 | 0 | 110 | 111 | 4 | 1 | 132 | 75 |
| Binary | 11110101 | 1000101 | 1000001 | 0 | 1001000 | 1001001 | 100 | 1 | 1011010 | 111101 |
Color Harmonies of #F54541
Complementary color
Monochromatic Colors of #F54541
Black with #F54541
Text Example
Text Example
White with #F54541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54541; }
p { color: rgb(245,69,65); }
H1.HeaderClassName
{
color: #F54541;
}
.AnyTagClassName
{
color: #F54541;
}
</style>
background-color css
<style>
a { background-color: #F54541; }
a { background-color: rgb(245,69,65); }
div.DivClassName
{
background-color: #F54541;
}
.BgClassName
{
background-color: #F54541;
}
</style>
border-color css
<style>
span { border-color: #F54541; }
span { border-color: rgb(245,69,65); }
td.TdClassName
{
border-color: #F54541;
}
.TagClassName
{
border-color: #F54541;
}
</style>