Shades of Coral Red #F2403C
Tints of Coral Red #F2403C
RGB
CMYK
RGB Variations
Color information
#F2403C (or 0xF2403C) is known color: Coral Red. HEX triplet: F2, 40 and 3C. RGB value is (242,64,60). Sum of RGB (Red+Green+Blue) = 242+64+60=366 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.12% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 242 - color contains mainly: red. Hex color #F2403C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2403C is #0DBFC3. Grayscale: #747474. Windows color (decimal): -901060 or 3948786. OLE color: 3948786.
HSL color Cylindrical-coordinate representation of color #F2403C: hue angle of 1.32º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2403C is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 64 | 60 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.05 |
| HSL | 1.32º | 0.88% | 0.59% | - |
| HSV(B) | 1.32º | 0.75% | 0.95% | - |
| XYZ | 39.27 | 22.87 | 6.62 | - |
| YUV | 116.77 | 95.97 | 217.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 60 | 0 | 0.74 | 0.75 | 0.05 | 1.32 | 0.88 | 0.59 |
| Hex | F2 | 40 | 3C | 0 | 4A | 4B | 5 | 1 | 58 | 3B |
| Octal | 362 | 100 | 74 | 0 | 112 | 113 | 5 | 1 | 130 | 73 |
| Binary | 11110010 | 1000000 | 111100 | 0 | 1001010 | 1001011 | 101 | 1 | 1011000 | 111011 |
Color Harmonies of #F2403C
Complementary color
Monochromatic Colors of #F2403C
Black with #F2403C
Text Example
Text Example
White with #F2403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2403C; }
p { color: rgb(242,64,60); }
H1.HeaderClassName
{
color: #F2403C;
}
.AnyTagClassName
{
color: #F2403C;
}
</style>
background-color css
<style>
a { background-color: #F2403C; }
a { background-color: rgb(242,64,60); }
div.DivClassName
{
background-color: #F2403C;
}
.BgClassName
{
background-color: #F2403C;
}
</style>
border-color css
<style>
span { border-color: #F2403C; }
span { border-color: rgb(242,64,60); }
td.TdClassName
{
border-color: #F2403C;
}
.TagClassName
{
border-color: #F2403C;
}
</style>