Shades of Light Coral #F07B7B
Tints of Light Coral #F07B7B
RGB
CMYK
RGB Variations
Color information
#F07B7B (or 0xF07B7B) is known color: Light Coral. HEX triplet: F0, 7B and 7B. RGB value is (240,123,123). Sum of RGB (Red+Green+Blue) = 240+123+123=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 123 (48.44% from 255 or 25.31% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B7B is #0F8484. Grayscale: #9E9E9E. Windows color (decimal): -1016965 or 8092656. OLE color: 8092656.
HSL color Cylindrical-coordinate representation of color #F07B7B: hue angle of 0º 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 #F07B7B is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 123 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.06 |
| HSL | 0º | 0.8% | 0.71% | - |
| HSV(B) | 0º | 0.49% | 0.94% | - |
| XYZ | 46.59 | 34.12 | 22.87 | - |
| YUV | 157.98 | 108.26 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 123 | 0 | 0.49 | 0.49 | 0.06 | 0 | 0.8 | 0.71 |
| Hex | F0 | 7B | 7B | 0 | 31 | 31 | 6 | 0 | 50 | 47 |
| Octal | 360 | 173 | 173 | 0 | 61 | 61 | 6 | 0 | 120 | 107 |
| Binary | 11110000 | 1111011 | 1111011 | 0 | 110001 | 110001 | 110 | 0 | 1010000 | 1000111 |
Color Harmonies of #F07B7B
Complementary color
Monochromatic Colors of #F07B7B
Black with #F07B7B
Text Example
Text Example
White with #F07B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B7B; }
p { color: rgb(240,123,123); }
H1.HeaderClassName
{
color: #F07B7B;
}
.AnyTagClassName
{
color: #F07B7B;
}
</style>
background-color css
<style>
a { background-color: #F07B7B; }
a { background-color: rgb(240,123,123); }
div.DivClassName
{
background-color: #F07B7B;
}
.BgClassName
{
background-color: #F07B7B;
}
</style>
border-color css
<style>
span { border-color: #F07B7B; }
span { border-color: rgb(240,123,123); }
td.TdClassName
{
border-color: #F07B7B;
}
.TagClassName
{
border-color: #F07B7B;
}
</style>