Shades of Coral Red #F93F3C
Tints of Coral Red #F93F3C
RGB
CMYK
RGB Variations
Color information
#F93F3C (or 0xF93F3C) is known color: Coral Red. HEX triplet: F9, 3F and 3C. RGB value is (249,63,60). Sum of RGB (Red+Green+Blue) = 249+63+60=372 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.94% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 60 (23.83% from 255 or 16.13% from 372); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F93F3C is #06C0C3. Grayscale: #767676. Windows color (decimal): -442564 or 3948537. OLE color: 3948537.
HSL color Cylindrical-coordinate representation of color #F93F3C: hue angle of 0.95º 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 #F93F3C is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 60 | - |
| CMYK | 0 | 0.75 | 0.76 | 0.02 |
| HSL | 0.95º | 0.94% | 0.61% | - |
| HSV(B) | 0.95º | 0.76% | 0.98% | - |
| XYZ | 41.66 | 24.02 | 6.72 | - |
| YUV | 118.27 | 95.12 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 60 | 0 | 0.75 | 0.76 | 0.02 | 0.95 | 0.94 | 0.61 |
| Hex | F9 | 3F | 3C | 0 | 4B | 4C | 2 | 1 | 5E | 3D |
| Octal | 371 | 77 | 74 | 0 | 113 | 114 | 2 | 1 | 136 | 75 |
| Binary | 11111001 | 111111 | 111100 | 0 | 1001011 | 1001100 | 10 | 1 | 1011110 | 111101 |
Color Harmonies of #F93F3C
Complementary color
Monochromatic Colors of #F93F3C
Black with #F93F3C
Text Example
Text Example
White with #F93F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F3C; }
p { color: rgb(249,63,60); }
H1.HeaderClassName
{
color: #F93F3C;
}
.AnyTagClassName
{
color: #F93F3C;
}
</style>
background-color css
<style>
a { background-color: #F93F3C; }
a { background-color: rgb(249,63,60); }
div.DivClassName
{
background-color: #F93F3C;
}
.BgClassName
{
background-color: #F93F3C;
}
</style>
border-color css
<style>
span { border-color: #F93F3C; }
span { border-color: rgb(249,63,60); }
td.TdClassName
{
border-color: #F93F3C;
}
.TagClassName
{
border-color: #F93F3C;
}
</style>