Shades of Light Coral #F37D7A
Tints of Light Coral #F37D7A
RGB
CMYK
RGB Variations
Color information
#F37D7A (or 0xF37D7A) is known color: Light Coral. HEX triplet: F3, 7D and 7A. RGB value is (243,125,122). Sum of RGB (Red+Green+Blue) = 243+125+122=490 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.59% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 243 - color contains mainly: red. Hex color #F37D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37D7A is #0C8285. Grayscale: #A0A0A0. Windows color (decimal): -819846 or 8027635. OLE color: 8027635.
HSL color Cylindrical-coordinate representation of color #F37D7A: hue angle of 1.49º 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 #F37D7A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 125 | 122 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.05 |
| HSL | 1.49º | 0.83% | 0.72% | - |
| HSV(B) | 1.49º | 0.5% | 0.95% | - |
| XYZ | 47.81 | 35.13 | 22.67 | - |
| YUV | 159.94 | 106.59 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 125 | 122 | 0 | 0.49 | 0.50 | 0.05 | 1.49 | 0.83 | 0.72 |
| Hex | F3 | 7D | 7A | 0 | 31 | 32 | 5 | 1 | 53 | 48 |
| Octal | 363 | 175 | 172 | 0 | 61 | 62 | 5 | 1 | 123 | 110 |
| Binary | 11110011 | 1111101 | 1111010 | 0 | 110001 | 110010 | 101 | 1 | 1010011 | 1001000 |
Color Harmonies of #F37D7A
Complementary color
Monochromatic Colors of #F37D7A
Black with #F37D7A
Text Example
Text Example
White with #F37D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37D7A; }
p { color: rgb(243,125,122); }
H1.HeaderClassName
{
color: #F37D7A;
}
.AnyTagClassName
{
color: #F37D7A;
}
</style>
background-color css
<style>
a { background-color: #F37D7A; }
a { background-color: rgb(243,125,122); }
div.DivClassName
{
background-color: #F37D7A;
}
.BgClassName
{
background-color: #F37D7A;
}
</style>
border-color css
<style>
span { border-color: #F37D7A; }
span { border-color: rgb(243,125,122); }
td.TdClassName
{
border-color: #F37D7A;
}
.TagClassName
{
border-color: #F37D7A;
}
</style>