Shades of Light Coral #F28880
Tints of Light Coral #F28880
RGB
CMYK
RGB Variations
Color information
#F28880 (or 0xF28880) is known color: Light Coral. HEX triplet: F2, 88 and 80. RGB value is (242,136,128). Sum of RGB (Red+Green+Blue) = 242+136+128=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F28880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28880 is #0D777F. Grayscale: #A6A6A6. Windows color (decimal): -882560 or 8423666. OLE color: 8423666.
HSL color Cylindrical-coordinate representation of color #F28880: hue angle of 4.21º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28880 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 128 | - |
| CMYK | 0 | 0.44 | 0.47 | 0.05 |
| HSL | 4.21º | 0.81% | 0.73% | - |
| HSV(B) | 4.21º | 0.47% | 0.95% | - |
| XYZ | 49.32 | 38.04 | 25.17 | - |
| YUV | 166.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 128 | 0 | 0.44 | 0.47 | 0.05 | 4.21 | 0.81 | 0.73 |
| Hex | F2 | 88 | 80 | 0 | 2C | 2F | 5 | 4 | 51 | 49 |
| Octal | 362 | 210 | 200 | 0 | 54 | 57 | 5 | 4 | 121 | 111 |
| Binary | 11110010 | 10001000 | 10000000 | 0 | 101100 | 101111 | 101 | 100 | 1010001 | 1001001 |
Color Harmonies of #F28880
Complementary color
Monochromatic Colors of #F28880
Black with #F28880
Text Example
Text Example
White with #F28880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28880; }
p { color: rgb(242,136,128); }
H1.HeaderClassName
{
color: #F28880;
}
.AnyTagClassName
{
color: #F28880;
}
</style>
background-color css
<style>
a { background-color: #F28880; }
a { background-color: rgb(242,136,128); }
div.DivClassName
{
background-color: #F28880;
}
.BgClassName
{
background-color: #F28880;
}
</style>
border-color css
<style>
span { border-color: #F28880; }
span { border-color: rgb(242,136,128); }
td.TdClassName
{
border-color: #F28880;
}
.TagClassName
{
border-color: #F28880;
}
</style>