Shades of Coral Red #F2403F
Tints of Coral Red #F2403F
RGB
CMYK
RGB Variations
Color information
#F2403F (or 0xF2403F) is known color: Coral Red. HEX triplet: F2, 40 and 3F. RGB value is (242,64,63). Sum of RGB (Red+Green+Blue) = 242+64+63=369 (48% of max value = 765). Red value is 242 (94.92% from 255 or 65.58% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 242 - color contains mainly: red. Hex color #F2403F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2403F is #0DBFC0. Grayscale: #757575. Windows color (decimal): -901057 or 4145394. OLE color: 4145394.
HSL color Cylindrical-coordinate representation of color #F2403F: hue angle of 0.34º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F2403F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 63 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.05 |
| HSL | 0.34º | 0.87% | 0.6% | - |
| HSV(B) | 0.34º | 0.74% | 0.95% | - |
| XYZ | 39.35 | 22.9 | 7.05 | - |
| YUV | 117.11 | 97.47 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 63 | 0 | 0.74 | 0.74 | 0.05 | 0.34 | 0.87 | 0.6 |
| Hex | F2 | 40 | 3F | 0 | 4A | 4A | 5 | 0 | 57 | 3C |
| Octal | 362 | 100 | 77 | 0 | 112 | 112 | 5 | 0 | 127 | 74 |
| Binary | 11110010 | 1000000 | 111111 | 0 | 1001010 | 1001010 | 101 | 0 | 1010111 | 111100 |
Color Harmonies of #F2403F
Complementary color
Monochromatic Colors of #F2403F
Black with #F2403F
Text Example
Text Example
White with #F2403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2403F; }
p { color: rgb(242,64,63); }
H1.HeaderClassName
{
color: #F2403F;
}
.AnyTagClassName
{
color: #F2403F;
}
</style>
background-color css
<style>
a { background-color: #F2403F; }
a { background-color: rgb(242,64,63); }
div.DivClassName
{
background-color: #F2403F;
}
.BgClassName
{
background-color: #F2403F;
}
</style>
border-color css
<style>
span { border-color: #F2403F; }
span { border-color: rgb(242,64,63); }
td.TdClassName
{
border-color: #F2403F;
}
.TagClassName
{
border-color: #F2403F;
}
</style>