Shades of Light Coral #F28B80
Tints of Light Coral #F28B80
RGB
CMYK
RGB Variations
Color information
#F28B80 (or 0xF28B80) is known color: Light Coral. HEX triplet: F2, 8B and 80. RGB value is (242,139,128). Sum of RGB (Red+Green+Blue) = 242+139+128=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28B80 is #0D747F. Grayscale: #A8A8A8. Windows color (decimal): -881792 or 8424434. OLE color: 8424434.
HSL color Cylindrical-coordinate representation of color #F28B80: hue angle of 5.79º 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 #F28B80 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 128 | - |
| CMYK | 0 | 0.43 | 0.47 | 0.05 |
| HSL | 5.79º | 0.81% | 0.73% | - |
| HSV(B) | 5.79º | 0.47% | 0.95% | - |
| XYZ | 49.75 | 38.9 | 25.31 | - |
| YUV | 168.54 | 105.12 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 128 | 0 | 0.43 | 0.47 | 0.05 | 5.79 | 0.81 | 0.73 |
| Hex | F2 | 8B | 80 | 0 | 2B | 2F | 5 | 6 | 51 | 49 |
| Octal | 362 | 213 | 200 | 0 | 53 | 57 | 5 | 6 | 121 | 111 |
| Binary | 11110010 | 10001011 | 10000000 | 0 | 101011 | 101111 | 101 | 110 | 1010001 | 1001001 |
Color Harmonies of #F28B80
Complementary color
Monochromatic Colors of #F28B80
Black with #F28B80
Text Example
Text Example
White with #F28B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B80; }
p { color: rgb(242,139,128); }
H1.HeaderClassName
{
color: #F28B80;
}
.AnyTagClassName
{
color: #F28B80;
}
</style>
background-color css
<style>
a { background-color: #F28B80; }
a { background-color: rgb(242,139,128); }
div.DivClassName
{
background-color: #F28B80;
}
.BgClassName
{
background-color: #F28B80;
}
</style>
border-color css
<style>
span { border-color: #F28B80; }
span { border-color: rgb(242,139,128); }
td.TdClassName
{
border-color: #F28B80;
}
.TagClassName
{
border-color: #F28B80;
}
</style>