Shades of LightCoral #F08080
Tints of LightCoral #F08080
RGB
CMYK
RGB Variations
Color information
#F08080 (or 0xF08080) is known color: LightCoral. HEX triplet: F0, 80 and 80. RGB value is (240,128,128). Sum of RGB (Red+Green+Blue) = 240+128+128=496 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.39% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 128 (50.39% from 255 or 25.81% from 496); Max value from RGB is 240 - color contains mainly: red. Hex color #F08080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08080 is #0F7F7F. Grayscale: #A1A1A1. Windows color (decimal): -1015680 or 8421616. OLE color: 8421616.
HSL color Cylindrical-coordinate representation of color #F08080: hue angle of 0º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F08080 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 128 | 128 | - |
CMYK | 0 | 0.47 | 0.47 | 0.06 |
HSL | 0º | 0.79% | 0.72% | - |
HSV(B) | 0º | 0.47% | 0.94% | - |
XYZ | 47.55 | 35.52 | 24.77 | - |
YUV | 161.49 | 109.11 | 184 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 128 | 128 | 0 | 0.47 | 0.47 | 0.06 | 0 | 0.79 | 0.72 |
Hex | F0 | 80 | 80 | 0 | 2F | 2F | 6 | 0 | 4F | 48 |
Octal | 360 | 200 | 200 | 0 | 57 | 57 | 6 | 0 | 117 | 110 |
Binary | 11110000 | 10000000 | 10000000 | 0 | 101111 | 101111 | 110 | 0 | 1001111 | 1001000 |
Color Harmonies of #F08080
Complementary color
Monochromatic Colors of #F08080
Black with #F08080
Text Example
Text Example
White with #F08080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08080; }
p { color: rgb(240,128,128); }
H1.HeaderClassName
{
color: #F08080;
}
.AnyTagClassName
{
color: #F08080;
}
</style>
background-color css
<style>
a { background-color: #F08080; }
a { background-color: rgb(240,128,128); }
div.DivClassName
{
background-color: #F08080;
}
.BgClassName
{
background-color: #F08080;
}
</style>
border-color css
<style>
span { border-color: #F08080; }
span { border-color: rgb(240,128,128); }
td.TdClassName
{
border-color: #F08080;
}
.TagClassName
{
border-color: #F08080;
}
</style>