Shades of Light Coral #F07F7B
Tints of Light Coral #F07F7B
RGB
CMYK
RGB Variations
Color information
#F07F7B (or 0xF07F7B) is known color: Light Coral. HEX triplet: F0, 7F and 7B. RGB value is (240,127,123). Sum of RGB (Red+Green+Blue) = 240+127+123=490 (64% of max value = 765). Red value is 240 (94.14% from 255 or 48.98% from 490); Green value is 127 (50% from 255 or 25.92% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 240 - color contains mainly: red. Hex color #F07F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07F7B is #0F8084. Grayscale: #A0A0A0. Windows color (decimal): -1015941 or 8093680. OLE color: 8093680.
HSL color Cylindrical-coordinate representation of color #F07F7B: hue angle of 2.05º 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 #F07F7B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 127 | 123 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.06 |
| HSL | 2.05º | 0.8% | 0.71% | - |
| HSV(B) | 2.05º | 0.49% | 0.94% | - |
| XYZ | 47.1 | 35.13 | 23.04 | - |
| YUV | 160.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 127 | 123 | 0 | 0.47 | 0.49 | 0.06 | 2.05 | 0.8 | 0.71 |
| Hex | F0 | 7F | 7B | 0 | 2F | 31 | 6 | 2 | 50 | 47 |
| Octal | 360 | 177 | 173 | 0 | 57 | 61 | 6 | 2 | 120 | 107 |
| Binary | 11110000 | 1111111 | 1111011 | 0 | 101111 | 110001 | 110 | 10 | 1010000 | 1000111 |
Color Harmonies of #F07F7B
Complementary color
Monochromatic Colors of #F07F7B
Black with #F07F7B
Text Example
Text Example
White with #F07F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07F7B; }
p { color: rgb(240,127,123); }
H1.HeaderClassName
{
color: #F07F7B;
}
.AnyTagClassName
{
color: #F07F7B;
}
</style>
background-color css
<style>
a { background-color: #F07F7B; }
a { background-color: rgb(240,127,123); }
div.DivClassName
{
background-color: #F07F7B;
}
.BgClassName
{
background-color: #F07F7B;
}
</style>
border-color css
<style>
span { border-color: #F07F7B; }
span { border-color: rgb(240,127,123); }
td.TdClassName
{
border-color: #F07F7B;
}
.TagClassName
{
border-color: #F07F7B;
}
</style>