Shades of Light Coral #F28784
Tints of Light Coral #F28784
RGB
CMYK
RGB Variations
Color information
#F28784 (or 0xF28784) is known color: Light Coral. HEX triplet: F2, 87 and 84. RGB value is (242,135,132). Sum of RGB (Red+Green+Blue) = 242+135+132=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 135 (53.12% from 255 or 26.52% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28784 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28784 is #0D787B. Grayscale: #A6A6A6. Windows color (decimal): -882812 or 8685554. OLE color: 8685554.
HSL color Cylindrical-coordinate representation of color #F28784: hue angle of 1.64º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28784 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 132 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.05 |
| HSL | 1.64º | 0.81% | 0.73% | - |
| HSV(B) | 1.64º | 0.45% | 0.95% | - |
| XYZ | 49.45 | 37.87 | 26.53 | - |
| YUV | 166.65 | 108.45 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 132 | 0 | 0.44 | 0.45 | 0.05 | 1.64 | 0.81 | 0.73 |
| Hex | F2 | 87 | 84 | 0 | 2C | 2D | 5 | 2 | 51 | 49 |
| Octal | 362 | 207 | 204 | 0 | 54 | 55 | 5 | 2 | 121 | 111 |
| Binary | 11110010 | 10000111 | 10000100 | 0 | 101100 | 101101 | 101 | 10 | 1010001 | 1001001 |
Color Harmonies of #F28784
Complementary color
Monochromatic Colors of #F28784
Black with #F28784
Text Example
Text Example
White with #F28784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28784; }
p { color: rgb(242,135,132); }
H1.HeaderClassName
{
color: #F28784;
}
.AnyTagClassName
{
color: #F28784;
}
</style>
background-color css
<style>
a { background-color: #F28784; }
a { background-color: rgb(242,135,132); }
div.DivClassName
{
background-color: #F28784;
}
.BgClassName
{
background-color: #F28784;
}
</style>
border-color css
<style>
span { border-color: #F28784; }
span { border-color: rgb(242,135,132); }
td.TdClassName
{
border-color: #F28784;
}
.TagClassName
{
border-color: #F28784;
}
</style>