Shades of Coral Red #F2413B
Tints of Coral Red #F2413B
RGB
CMYK
RGB Variations
Color information
#F2413B (or 0xF2413B) is known color: Coral Red. HEX triplet: F2, 41 and 3B. RGB value is (242,65,59). Sum of RGB (Red+Green+Blue) = 242+65+59=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 59 (23.44% from 255 or 16.12% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F2413B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2413B is #0DBEC4. Grayscale: #757575. Windows color (decimal): -900805 or 3883506. OLE color: 3883506.
HSL color Cylindrical-coordinate representation of color #F2413B: hue angle of 1.97º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F2413B is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 65 | 59 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.05 |
| HSL | 1.97º | 0.88% | 0.59% | - |
| HSV(B) | 1.97º | 0.76% | 0.95% | - |
| XYZ | 39.3 | 22.97 | 6.5 | - |
| YUV | 117.24 | 95.14 | 216.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 59 | 0 | 0.73 | 0.76 | 0.05 | 1.97 | 0.88 | 0.59 |
| Hex | F2 | 41 | 3B | 0 | 49 | 4C | 5 | 2 | 58 | 3B |
| Octal | 362 | 101 | 73 | 0 | 111 | 114 | 5 | 2 | 130 | 73 |
| Binary | 11110010 | 1000001 | 111011 | 0 | 1001001 | 1001100 | 101 | 10 | 1011000 | 111011 |
Color Harmonies of #F2413B
Complementary color
Monochromatic Colors of #F2413B
Black with #F2413B
Text Example
Text Example
White with #F2413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2413B; }
p { color: rgb(242,65,59); }
H1.HeaderClassName
{
color: #F2413B;
}
.AnyTagClassName
{
color: #F2413B;
}
</style>
background-color css
<style>
a { background-color: #F2413B; }
a { background-color: rgb(242,65,59); }
div.DivClassName
{
background-color: #F2413B;
}
.BgClassName
{
background-color: #F2413B;
}
</style>
border-color css
<style>
span { border-color: #F2413B; }
span { border-color: rgb(242,65,59); }
td.TdClassName
{
border-color: #F2413B;
}
.TagClassName
{
border-color: #F2413B;
}
</style>