Shades of Light Coral #F07D7D
Tints of Light Coral #F07D7D
RGB
CMYK
RGB Variations
Color information
#F07D7D (or 0xF07D7D) is known color: Light Coral. HEX triplet: F0, 7D and 7D. RGB value is (240,125,125). Sum of RGB (Red+Green+Blue) = 240+125+125=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 125 (49.22% from 255 or 25.51% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D7D is #0F8282. Grayscale: #9F9F9F. Windows color (decimal): -1016451 or 8224240. OLE color: 8224240.
HSL color Cylindrical-coordinate representation of color #F07D7D: hue angle of 0º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07D7D is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 125 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.06 |
| HSL | 0º | 0.79% | 0.72% | - |
| HSV(B) | 0º | 0.48% | 0.94% | - |
| XYZ | 46.97 | 34.67 | 23.62 | - |
| YUV | 159.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 125 | 0 | 0.48 | 0.48 | 0.06 | 0 | 0.79 | 0.72 |
| Hex | F0 | 7D | 7D | 0 | 30 | 30 | 6 | 0 | 4F | 48 |
| Octal | 360 | 175 | 175 | 0 | 60 | 60 | 6 | 0 | 117 | 110 |
| Binary | 11110000 | 1111101 | 1111101 | 0 | 110000 | 110000 | 110 | 0 | 1001111 | 1001000 |
Color Harmonies of #F07D7D
Complementary color
Monochromatic Colors of #F07D7D
Black with #F07D7D
Text Example
Text Example
White with #F07D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D7D; }
p { color: rgb(240,125,125); }
H1.HeaderClassName
{
color: #F07D7D;
}
.AnyTagClassName
{
color: #F07D7D;
}
</style>
background-color css
<style>
a { background-color: #F07D7D; }
a { background-color: rgb(240,125,125); }
div.DivClassName
{
background-color: #F07D7D;
}
.BgClassName
{
background-color: #F07D7D;
}
</style>
border-color css
<style>
span { border-color: #F07D7D; }
span { border-color: rgb(240,125,125); }
td.TdClassName
{
border-color: #F07D7D;
}
.TagClassName
{
border-color: #F07D7D;
}
</style>