Shades of Coral Red #F93E3C
Tints of Coral Red #F93E3C
RGB
CMYK
RGB Variations
Color information
#F93E3C (or 0xF93E3C) is known color: Coral Red. HEX triplet: F9, 3E and 3C. RGB value is (249,62,60). Sum of RGB (Red+Green+Blue) = 249+62+60=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93E3C is #06C1C3. Grayscale: #757575. Windows color (decimal): -442820 or 3948281. OLE color: 3948281.
HSL color Cylindrical-coordinate representation of color #F93E3C: hue angle of 0.63º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F93E3C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 62 | 60 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.02 |
| HSL | 0.63º | 0.94% | 0.61% | - |
| HSV(B) | 0.63º | 0.76% | 0.98% | - |
| XYZ | 41.61 | 23.91 | 6.7 | - |
| YUV | 117.69 | 95.45 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 62 | 60 | 0 | 0.75 | 0.76 | 0.02 | 0.63 | 0.94 | 0.61 |
| Hex | F9 | 3E | 3C | 0 | 4B | 4C | 2 | 1 | 5E | 3D |
| Octal | 371 | 76 | 74 | 0 | 113 | 114 | 2 | 1 | 136 | 75 |
| Binary | 11111001 | 111110 | 111100 | 0 | 1001011 | 1001100 | 10 | 1 | 1011110 | 111101 |
Color Harmonies of #F93E3C
Complementary color
Monochromatic Colors of #F93E3C
Black with #F93E3C
Text Example
Text Example
White with #F93E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93E3C; }
p { color: rgb(249,62,60); }
H1.HeaderClassName
{
color: #F93E3C;
}
.AnyTagClassName
{
color: #F93E3C;
}
</style>
background-color css
<style>
a { background-color: #F93E3C; }
a { background-color: rgb(249,62,60); }
div.DivClassName
{
background-color: #F93E3C;
}
.BgClassName
{
background-color: #F93E3C;
}
</style>
border-color css
<style>
span { border-color: #F93E3C; }
span { border-color: rgb(249,62,60); }
td.TdClassName
{
border-color: #F93E3C;
}
.TagClassName
{
border-color: #F93E3C;
}
</style>