Shades of Coral Red #F13F3E
Tints of Coral Red #F13F3E
RGB
CMYK
RGB Variations
Color information
#F13F3E (or 0xF13F3E) is known color: Coral Red. HEX triplet: F1, 3F and 3E. RGB value is (241,63,62). Sum of RGB (Red+Green+Blue) = 241+63+62=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F13F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F13F3E is #0EC0C1. Grayscale: #747474. Windows color (decimal): -966850 or 4079601. OLE color: 4079601.
HSL color Cylindrical-coordinate representation of color #F13F3E: hue angle of 0.34º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F13F3E is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 63 | 62 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.05 |
| HSL | 0.34º | 0.86% | 0.59% | - |
| HSV(B) | 0.34º | 0.74% | 0.95% | - |
| XYZ | 38.92 | 22.6 | 6.87 | - |
| YUV | 116.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 63 | 62 | 0 | 0.74 | 0.74 | 0.05 | 0.34 | 0.86 | 0.59 |
| Hex | F1 | 3F | 3E | 0 | 4A | 4A | 5 | 0 | 56 | 3B |
| Octal | 361 | 77 | 76 | 0 | 112 | 112 | 5 | 0 | 126 | 73 |
| Binary | 11110001 | 111111 | 111110 | 0 | 1001010 | 1001010 | 101 | 0 | 1010110 | 111011 |
Color Harmonies of #F13F3E
Complementary color
Monochromatic Colors of #F13F3E
Black with #F13F3E
Text Example
Text Example
White with #F13F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13F3E; }
p { color: rgb(241,63,62); }
H1.HeaderClassName
{
color: #F13F3E;
}
.AnyTagClassName
{
color: #F13F3E;
}
</style>
background-color css
<style>
a { background-color: #F13F3E; }
a { background-color: rgb(241,63,62); }
div.DivClassName
{
background-color: #F13F3E;
}
.BgClassName
{
background-color: #F13F3E;
}
</style>
border-color css
<style>
span { border-color: #F13F3E; }
span { border-color: rgb(241,63,62); }
td.TdClassName
{
border-color: #F13F3E;
}
.TagClassName
{
border-color: #F13F3E;
}
</style>