Shades of Light Coral #F37F7A
Tints of Light Coral #F37F7A
RGB
CMYK
RGB Variations
Color information
#F37F7A (or 0xF37F7A) is known color: Light Coral. HEX triplet: F3, 7F and 7A. RGB value is (243,127,122). Sum of RGB (Red+Green+Blue) = 243+127+122=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F37F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37F7A is #0C8085. Grayscale: #A1A1A1. Windows color (decimal): -819334 or 8028147. OLE color: 8028147.
HSL color Cylindrical-coordinate representation of color #F37F7A: hue angle of 2.48º 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 #F37F7A is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 127 | 122 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.05 |
| HSL | 2.48º | 0.83% | 0.72% | - |
| HSV(B) | 2.48º | 0.5% | 0.95% | - |
| XYZ | 48.06 | 35.64 | 22.76 | - |
| YUV | 161.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 127 | 122 | 0 | 0.48 | 0.50 | 0.05 | 2.48 | 0.83 | 0.72 |
| Hex | F3 | 7F | 7A | 0 | 30 | 32 | 5 | 2 | 53 | 48 |
| Octal | 363 | 177 | 172 | 0 | 60 | 62 | 5 | 2 | 123 | 110 |
| Binary | 11110011 | 1111111 | 1111010 | 0 | 110000 | 110010 | 101 | 10 | 1010011 | 1001000 |
Color Harmonies of #F37F7A
Complementary color
Monochromatic Colors of #F37F7A
Black with #F37F7A
Text Example
Text Example
White with #F37F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37F7A; }
p { color: rgb(243,127,122); }
H1.HeaderClassName
{
color: #F37F7A;
}
.AnyTagClassName
{
color: #F37F7A;
}
</style>
background-color css
<style>
a { background-color: #F37F7A; }
a { background-color: rgb(243,127,122); }
div.DivClassName
{
background-color: #F37F7A;
}
.BgClassName
{
background-color: #F37F7A;
}
</style>
border-color css
<style>
span { border-color: #F37F7A; }
span { border-color: rgb(243,127,122); }
td.TdClassName
{
border-color: #F37F7A;
}
.TagClassName
{
border-color: #F37F7A;
}
</style>