Shades of Coral Red #F84542
Tints of Coral Red #F84542
RGB
CMYK
RGB Variations
Color information
#F84542 (or 0xF84542) is known color: Coral Red. HEX triplet: F8, 45 and 42. RGB value is (248,69,66). Sum of RGB (Red+Green+Blue) = 248+69+66=383 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.75% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 248 - color contains mainly: red. Hex color #F84542 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84542 is #07BABD. Grayscale: #7A7A7A. Windows color (decimal): -506558 or 4343288. OLE color: 4343288.
HSL color Cylindrical-coordinate representation of color #F84542: hue angle of 0.99º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F84542 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 69 | 66 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.03 |
| HSL | 0.99º | 0.93% | 0.62% | - |
| HSV(B) | 0.99º | 0.73% | 0.97% | - |
| XYZ | 41.82 | 24.61 | 7.7 | - |
| YUV | 122.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 69 | 66 | 0 | 0.72 | 0.73 | 0.03 | 0.99 | 0.93 | 0.62 |
| Hex | F8 | 45 | 42 | 0 | 48 | 49 | 3 | 1 | 5D | 3E |
| Octal | 370 | 105 | 102 | 0 | 110 | 111 | 3 | 1 | 135 | 76 |
| Binary | 11111000 | 1000101 | 1000010 | 0 | 1001000 | 1001001 | 11 | 1 | 1011101 | 111110 |
Color Harmonies of #F84542
Complementary color
Monochromatic Colors of #F84542
Black with #F84542
Text Example
Text Example
White with #F84542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84542; }
p { color: rgb(248,69,66); }
H1.HeaderClassName
{
color: #F84542;
}
.AnyTagClassName
{
color: #F84542;
}
</style>
background-color css
<style>
a { background-color: #F84542; }
a { background-color: rgb(248,69,66); }
div.DivClassName
{
background-color: #F84542;
}
.BgClassName
{
background-color: #F84542;
}
</style>
border-color css
<style>
span { border-color: #F84542; }
span { border-color: rgb(248,69,66); }
td.TdClassName
{
border-color: #F84542;
}
.TagClassName
{
border-color: #F84542;
}
</style>