Shades of Coral Red #F8413D
Tints of Coral Red #F8413D
RGB
CMYK
RGB Variations
Color information
#F8413D (or 0xF8413D) is known color: Coral Red. HEX triplet: F8, 41 and 3D. RGB value is (248,65,61). Sum of RGB (Red+Green+Blue) = 248+65+61=374 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.31% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 248 - color contains mainly: red. Hex color #F8413D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8413D is #07BEC2. Grayscale: #777777. Windows color (decimal): -507587 or 4014584. OLE color: 4014584.
HSL color Cylindrical-coordinate representation of color #F8413D: hue angle of 1.28º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F8413D is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 61 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.03 |
| HSL | 1.28º | 0.93% | 0.61% | - |
| HSV(B) | 1.28º | 0.75% | 0.97% | - |
| XYZ | 41.44 | 24.07 | 6.88 | - |
| YUV | 119.26 | 95.13 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 61 | 0 | 0.74 | 0.75 | 0.03 | 1.28 | 0.93 | 0.61 |
| Hex | F8 | 41 | 3D | 0 | 4A | 4B | 3 | 1 | 5D | 3D |
| Octal | 370 | 101 | 75 | 0 | 112 | 113 | 3 | 1 | 135 | 75 |
| Binary | 11111000 | 1000001 | 111101 | 0 | 1001010 | 1001011 | 11 | 1 | 1011101 | 111101 |
Color Harmonies of #F8413D
Complementary color
Monochromatic Colors of #F8413D
Black with #F8413D
Text Example
Text Example
White with #F8413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8413D; }
p { color: rgb(248,65,61); }
H1.HeaderClassName
{
color: #F8413D;
}
.AnyTagClassName
{
color: #F8413D;
}
</style>
background-color css
<style>
a { background-color: #F8413D; }
a { background-color: rgb(248,65,61); }
div.DivClassName
{
background-color: #F8413D;
}
.BgClassName
{
background-color: #F8413D;
}
</style>
border-color css
<style>
span { border-color: #F8413D; }
span { border-color: rgb(248,65,61); }
td.TdClassName
{
border-color: #F8413D;
}
.TagClassName
{
border-color: #F8413D;
}
</style>