Shades of Light Coral #F08883
Tints of Light Coral #F08883
RGB
CMYK
RGB Variations
Color information
#F08883 (or 0xF08883) is known color: Light Coral. HEX triplet: F0, 88 and 83. RGB value is (240,136,131). Sum of RGB (Red+Green+Blue) = 240+136+131=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F08883 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F08883 is #0F777C. Grayscale: #A6A6A6. Windows color (decimal): -1013629 or 8620272. OLE color: 8620272.
HSL color Cylindrical-coordinate representation of color #F08883: hue angle of 2.75º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F08883 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 136 | 131 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.06 |
| HSL | 2.75º | 0.78% | 0.73% | - |
| HSV(B) | 2.75º | 0.45% | 0.94% | - |
| XYZ | 48.84 | 37.77 | 26.19 | - |
| YUV | 166.53 | 107.96 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 136 | 131 | 0 | 0.43 | 0.45 | 0.06 | 2.75 | 0.78 | 0.73 |
| Hex | F0 | 88 | 83 | 0 | 2B | 2D | 6 | 3 | 4E | 49 |
| Octal | 360 | 210 | 203 | 0 | 53 | 55 | 6 | 3 | 116 | 111 |
| Binary | 11110000 | 10001000 | 10000011 | 0 | 101011 | 101101 | 110 | 11 | 1001110 | 1001001 |
Color Harmonies of #F08883
Complementary color
Monochromatic Colors of #F08883
Black with #F08883
Text Example
Text Example
White with #F08883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08883; }
p { color: rgb(240,136,131); }
H1.HeaderClassName
{
color: #F08883;
}
.AnyTagClassName
{
color: #F08883;
}
</style>
background-color css
<style>
a { background-color: #F08883; }
a { background-color: rgb(240,136,131); }
div.DivClassName
{
background-color: #F08883;
}
.BgClassName
{
background-color: #F08883;
}
</style>
border-color css
<style>
span { border-color: #F08883; }
span { border-color: rgb(240,136,131); }
td.TdClassName
{
border-color: #F08883;
}
.TagClassName
{
border-color: #F08883;
}
</style>