Shades of Coral Red #F84140
Tints of Coral Red #F84140
RGB
CMYK
RGB Variations
Color information
#F84140 (or 0xF84140) is known color: Coral Red. HEX triplet: F8, 41 and 40. RGB value is (248,65,64). Sum of RGB (Red+Green+Blue) = 248+65+64=377 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.78% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 248 - color contains mainly: red. Hex color #F84140 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84140 is #07BEBF. Grayscale: #777777. Windows color (decimal): -507584 or 4211192. OLE color: 4211192.
HSL color Cylindrical-coordinate representation of color #F84140: hue angle of 0.33º 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 #F84140 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 64 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.03 |
| HSL | 0.33º | 0.93% | 0.61% | - |
| HSV(B) | 0.33º | 0.74% | 0.97% | - |
| XYZ | 41.53 | 24.11 | 7.31 | - |
| YUV | 119.6 | 96.63 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 64 | 0 | 0.74 | 0.74 | 0.03 | 0.33 | 0.93 | 0.61 |
| Hex | F8 | 41 | 40 | 0 | 4A | 4A | 3 | 0 | 5D | 3D |
| Octal | 370 | 101 | 100 | 0 | 112 | 112 | 3 | 0 | 135 | 75 |
| Binary | 11111000 | 1000001 | 1000000 | 0 | 1001010 | 1001010 | 11 | 0 | 1011101 | 111101 |
Color Harmonies of #F84140
Complementary color
Monochromatic Colors of #F84140
Black with #F84140
Text Example
Text Example
White with #F84140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84140; }
p { color: rgb(248,65,64); }
H1.HeaderClassName
{
color: #F84140;
}
.AnyTagClassName
{
color: #F84140;
}
</style>
background-color css
<style>
a { background-color: #F84140; }
a { background-color: rgb(248,65,64); }
div.DivClassName
{
background-color: #F84140;
}
.BgClassName
{
background-color: #F84140;
}
</style>
border-color css
<style>
span { border-color: #F84140; }
span { border-color: rgb(248,65,64); }
td.TdClassName
{
border-color: #F84140;
}
.TagClassName
{
border-color: #F84140;
}
</style>