Shades of Light Coral #F37C7A
Tints of Light Coral #F37C7A
RGB
CMYK
RGB Variations
Color information
#F37C7A (or 0xF37C7A) is known color: Light Coral. HEX triplet: F3, 7C and 7A. RGB value is (243,124,122). Sum of RGB (Red+Green+Blue) = 243+124+122=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F37C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37C7A is #0C8385. Grayscale: #9F9F9F. Windows color (decimal): -820102 or 8027379. OLE color: 8027379.
HSL color Cylindrical-coordinate representation of color #F37C7A: hue angle of 0.99º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F37C7A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 124 | 122 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.05 |
| HSL | 0.99º | 0.83% | 0.72% | - |
| HSV(B) | 0.99º | 0.5% | 0.95% | - |
| XYZ | 47.68 | 34.88 | 22.63 | - |
| YUV | 159.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 124 | 122 | 0 | 0.49 | 0.50 | 0.05 | 0.99 | 0.83 | 0.72 |
| Hex | F3 | 7C | 7A | 0 | 31 | 32 | 5 | 1 | 53 | 48 |
| Octal | 363 | 174 | 172 | 0 | 61 | 62 | 5 | 1 | 123 | 110 |
| Binary | 11110011 | 1111100 | 1111010 | 0 | 110001 | 110010 | 101 | 1 | 1010011 | 1001000 |
Color Harmonies of #F37C7A
Complementary color
Monochromatic Colors of #F37C7A
Black with #F37C7A
Text Example
Text Example
White with #F37C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37C7A; }
p { color: rgb(243,124,122); }
H1.HeaderClassName
{
color: #F37C7A;
}
.AnyTagClassName
{
color: #F37C7A;
}
</style>
background-color css
<style>
a { background-color: #F37C7A; }
a { background-color: rgb(243,124,122); }
div.DivClassName
{
background-color: #F37C7A;
}
.BgClassName
{
background-color: #F37C7A;
}
</style>
border-color css
<style>
span { border-color: #F37C7A; }
span { border-color: rgb(243,124,122); }
td.TdClassName
{
border-color: #F37C7A;
}
.TagClassName
{
border-color: #F37C7A;
}
</style>