Shades of Coral Red #F54441
Tints of Coral Red #F54441
RGB
CMYK
RGB Variations
Color information
#F54441 (or 0xF54441) is known color: Coral Red. HEX triplet: F5, 44 and 41. RGB value is (245,68,65). Sum of RGB (Red+Green+Blue) = 245+68+65=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F54441 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54441 is #0ABBBE. Grayscale: #787878. Windows color (decimal): -703423 or 4277493. OLE color: 4277493.
HSL color Cylindrical-coordinate representation of color #F54441: hue angle of 1º 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 #F54441 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 65 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.04 |
| HSL | 1º | 0.9% | 0.61% | - |
| HSV(B) | 1º | 0.73% | 0.96% | - |
| XYZ | 40.68 | 23.93 | 7.48 | - |
| YUV | 120.58 | 96.64 | 216.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 65 | 0 | 0.72 | 0.73 | 0.04 | 1 | 0.9 | 0.61 |
| Hex | F5 | 44 | 41 | 0 | 48 | 49 | 4 | 1 | 5A | 3D |
| Octal | 365 | 104 | 101 | 0 | 110 | 111 | 4 | 1 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1000001 | 0 | 1001000 | 1001001 | 100 | 1 | 1011010 | 111101 |
Color Harmonies of #F54441
Complementary color
Monochromatic Colors of #F54441
Black with #F54441
Text Example
Text Example
White with #F54441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54441; }
p { color: rgb(245,68,65); }
H1.HeaderClassName
{
color: #F54441;
}
.AnyTagClassName
{
color: #F54441;
}
</style>
background-color css
<style>
a { background-color: #F54441; }
a { background-color: rgb(245,68,65); }
div.DivClassName
{
background-color: #F54441;
}
.BgClassName
{
background-color: #F54441;
}
</style>
border-color css
<style>
span { border-color: #F54441; }
span { border-color: rgb(245,68,65); }
td.TdClassName
{
border-color: #F54441;
}
.TagClassName
{
border-color: #F54441;
}
</style>