Shades of Light Coral #F07F7A
Tints of Light Coral #F07F7A
RGB
CMYK
RGB Variations
Color information
#F07F7A (or 0xF07F7A) is known color: Light Coral. HEX triplet: F0, 7F and 7A. RGB value is (240,127,122). Sum of RGB (Red+Green+Blue) = 240+127+122=489 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.08% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F7A is #0F8085. Grayscale: #A0A0A0. Windows color (decimal): -1015942 or 8028144. OLE color: 8028144.
HSL color Cylindrical-coordinate representation of color #F07F7A: hue angle of 2.54º 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 #F07F7A is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 122 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.06 |
| HSL | 2.54º | 0.8% | 0.71% | - |
| HSV(B) | 2.54º | 0.49% | 0.94% | - |
| XYZ | 47.04 | 35.11 | 22.71 | - |
| YUV | 160.22 | 106.44 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 122 | 0 | 0.47 | 0.49 | 0.06 | 2.54 | 0.8 | 0.71 |
| Hex | F0 | 7F | 7A | 0 | 2F | 31 | 6 | 3 | 50 | 47 |
| Octal | 360 | 177 | 172 | 0 | 57 | 61 | 6 | 3 | 120 | 107 |
| Binary | 11110000 | 1111111 | 1111010 | 0 | 101111 | 110001 | 110 | 11 | 1010000 | 1000111 |
Color Harmonies of #F07F7A
Complementary color
Monochromatic Colors of #F07F7A
Black with #F07F7A
Text Example
Text Example
White with #F07F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F7A; }
p { color: rgb(240,127,122); }
H1.HeaderClassName
{
color: #F07F7A;
}
.AnyTagClassName
{
color: #F07F7A;
}
</style>
background-color css
<style>
a { background-color: #F07F7A; }
a { background-color: rgb(240,127,122); }
div.DivClassName
{
background-color: #F07F7A;
}
.BgClassName
{
background-color: #F07F7A;
}
</style>
border-color css
<style>
span { border-color: #F07F7A; }
span { border-color: rgb(240,127,122); }
td.TdClassName
{
border-color: #F07F7A;
}
.TagClassName
{
border-color: #F07F7A;
}
</style>