Shades of Light Coral #F07D7A
Tints of Light Coral #F07D7A
RGB
CMYK
RGB Variations
Color information
#F07D7A (or 0xF07D7A) is known color: Light Coral. HEX triplet: F0, 7D and 7A. RGB value is (240,125,122). Sum of RGB (Red+Green+Blue) = 240+125+122=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D7A is #0F8285. Grayscale: #9F9F9F. Windows color (decimal): -1016454 or 8027632. OLE color: 8027632.
HSL color Cylindrical-coordinate representation of color #F07D7A: hue angle of 1.53º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F07D7A is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 122 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.06 |
| HSL | 1.53º | 0.8% | 0.71% | - |
| HSV(B) | 1.53º | 0.49% | 0.94% | - |
| XYZ | 46.78 | 34.6 | 22.62 | - |
| YUV | 159.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 122 | 0 | 0.48 | 0.49 | 0.06 | 1.53 | 0.8 | 0.71 |
| Hex | F0 | 7D | 7A | 0 | 30 | 31 | 6 | 2 | 50 | 47 |
| Octal | 360 | 175 | 172 | 0 | 60 | 61 | 6 | 2 | 120 | 107 |
| Binary | 11110000 | 1111101 | 1111010 | 0 | 110000 | 110001 | 110 | 10 | 1010000 | 1000111 |
Color Harmonies of #F07D7A
Complementary color
Monochromatic Colors of #F07D7A
Black with #F07D7A
Text Example
Text Example
White with #F07D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D7A; }
p { color: rgb(240,125,122); }
H1.HeaderClassName
{
color: #F07D7A;
}
.AnyTagClassName
{
color: #F07D7A;
}
</style>
background-color css
<style>
a { background-color: #F07D7A; }
a { background-color: rgb(240,125,122); }
div.DivClassName
{
background-color: #F07D7A;
}
.BgClassName
{
background-color: #F07D7A;
}
</style>
border-color css
<style>
span { border-color: #F07D7A; }
span { border-color: rgb(240,125,122); }
td.TdClassName
{
border-color: #F07D7A;
}
.TagClassName
{
border-color: #F07D7A;
}
</style>