Shades of Light Coral #F28382
Tints of Light Coral #F28382
RGB
CMYK
RGB Variations
Color information
#F28382 (or 0xF28382) is known color: Light Coral. HEX triplet: F2, 83 and 82. RGB value is (242,131,130). Sum of RGB (Red+Green+Blue) = 242+131+130=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28382 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28382 is #0D7C7D. Grayscale: #A4A4A4. Windows color (decimal): -883838 or 8553458. OLE color: 8553458.
HSL color Cylindrical-coordinate representation of color #F28382: hue angle of 0.54º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F28382 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 130 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.05 |
| HSL | 0.54º | 0.81% | 0.73% | - |
| HSV(B) | 0.54º | 0.46% | 0.95% | - |
| XYZ | 48.76 | 36.72 | 25.64 | - |
| YUV | 164.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 130 | 0 | 0.46 | 0.46 | 0.05 | 0.54 | 0.81 | 0.73 |
| Hex | F2 | 83 | 82 | 0 | 2E | 2E | 5 | 1 | 51 | 49 |
| Octal | 362 | 203 | 202 | 0 | 56 | 56 | 5 | 1 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10000010 | 0 | 101110 | 101110 | 101 | 1 | 1010001 | 1001001 |
Color Harmonies of #F28382
Complementary color
Monochromatic Colors of #F28382
Black with #F28382
Text Example
Text Example
White with #F28382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28382; }
p { color: rgb(242,131,130); }
H1.HeaderClassName
{
color: #F28382;
}
.AnyTagClassName
{
color: #F28382;
}
</style>
background-color css
<style>
a { background-color: #F28382; }
a { background-color: rgb(242,131,130); }
div.DivClassName
{
background-color: #F28382;
}
.BgClassName
{
background-color: #F28382;
}
</style>
border-color css
<style>
span { border-color: #F28382; }
span { border-color: rgb(242,131,130); }
td.TdClassName
{
border-color: #F28382;
}
.TagClassName
{
border-color: #F28382;
}
</style>