Shades of Light Coral #F07B78
Tints of Light Coral #F07B78
RGB
CMYK
RGB Variations
Color information
#F07B78 (or 0xF07B78) is known color: Light Coral. HEX triplet: F0, 7B and 78. RGB value is (240,123,120). Sum of RGB (Red+Green+Blue) = 240+123+120=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07B78 is #0F8487. Grayscale: #9D9D9D. Windows color (decimal): -1016968 or 7896048. OLE color: 7896048.
HSL color Cylindrical-coordinate representation of color #F07B78: hue angle of 1.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F07B78 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 123 | 120 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.06 |
| HSL | 1.5º | 0.8% | 0.71% | - |
| HSV(B) | 1.5º | 0.5% | 0.94% | - |
| XYZ | 46.41 | 34.05 | 21.9 | - |
| YUV | 157.64 | 106.76 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 123 | 120 | 0 | 0.49 | 0.5 | 0.06 | 1.5 | 0.8 | 0.71 |
| Hex | F0 | 7B | 78 | 0 | 31 | 32 | 6 | 2 | 50 | 47 |
| Octal | 360 | 173 | 170 | 0 | 61 | 62 | 6 | 2 | 120 | 107 |
| Binary | 11110000 | 1111011 | 1111000 | 0 | 110001 | 110010 | 110 | 10 | 1010000 | 1000111 |
Color Harmonies of #F07B78
Complementary color
Monochromatic Colors of #F07B78
Black with #F07B78
Text Example
Text Example
White with #F07B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07B78; }
p { color: rgb(240,123,120); }
H1.HeaderClassName
{
color: #F07B78;
}
.AnyTagClassName
{
color: #F07B78;
}
</style>
background-color css
<style>
a { background-color: #F07B78; }
a { background-color: rgb(240,123,120); }
div.DivClassName
{
background-color: #F07B78;
}
.BgClassName
{
background-color: #F07B78;
}
</style>
border-color css
<style>
span { border-color: #F07B78; }
span { border-color: rgb(240,123,120); }
td.TdClassName
{
border-color: #F07B78;
}
.TagClassName
{
border-color: #F07B78;
}
</style>