Shades of Coral Red #F84540
Tints of Coral Red #F84540
RGB
CMYK
RGB Variations
Color information
#F84540 (or 0xF84540) is known color: Coral Red. HEX triplet: F8, 45 and 40. RGB value is (248,69,64). Sum of RGB (Red+Green+Blue) = 248+69+64=381 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.09% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 248 - color contains mainly: red. Hex color #F84540 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84540 is #07BABF. Grayscale: #7A7A7A. Windows color (decimal): -506560 or 4212216. OLE color: 4212216.
HSL color Cylindrical-coordinate representation of color #F84540: hue angle of 1.63º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F84540 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 64 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.03 |
| HSL | 1.63º | 0.93% | 0.61% | - |
| HSV(B) | 1.63º | 0.74% | 0.97% | - |
| XYZ | 41.76 | 24.58 | 7.39 | - |
| YUV | 121.95 | 95.3 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 64 | 0 | 0.72 | 0.74 | 0.03 | 1.63 | 0.93 | 0.61 |
| Hex | F8 | 45 | 40 | 0 | 48 | 4A | 3 | 2 | 5D | 3D |
| Octal | 370 | 105 | 100 | 0 | 110 | 112 | 3 | 2 | 135 | 75 |
| Binary | 11111000 | 1000101 | 1000000 | 0 | 1001000 | 1001010 | 11 | 10 | 1011101 | 111101 |
Color Harmonies of #F84540
Complementary color
Monochromatic Colors of #F84540
Black with #F84540
Text Example
Text Example
White with #F84540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84540; }
p { color: rgb(248,69,64); }
H1.HeaderClassName
{
color: #F84540;
}
.AnyTagClassName
{
color: #F84540;
}
</style>
background-color css
<style>
a { background-color: #F84540; }
a { background-color: rgb(248,69,64); }
div.DivClassName
{
background-color: #F84540;
}
.BgClassName
{
background-color: #F84540;
}
</style>
border-color css
<style>
span { border-color: #F84540; }
span { border-color: rgb(248,69,64); }
td.TdClassName
{
border-color: #F84540;
}
.TagClassName
{
border-color: #F84540;
}
</style>