Shades of Light Coral #F28380
Tints of Light Coral #F28380
RGB
CMYK
RGB Variations
Color information
#F28380 (or 0xF28380) is known color: Light Coral. HEX triplet: F2, 83 and 80. RGB value is (242,131,128). Sum of RGB (Red+Green+Blue) = 242+131+128=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 128 (50.39% from 255 or 25.55% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F28380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28380 is #0D7C7F. Grayscale: #A3A3A3. Windows color (decimal): -883840 or 8422386. OLE color: 8422386.
HSL color Cylindrical-coordinate representation of color #F28380: hue angle of 1.58º 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 #F28380 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 131 | 128 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.05 |
| HSL | 1.58º | 0.81% | 0.73% | - |
| HSV(B) | 1.58º | 0.47% | 0.95% | - |
| XYZ | 48.63 | 36.67 | 24.94 | - |
| YUV | 163.85 | 107.77 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 131 | 128 | 0 | 0.46 | 0.47 | 0.05 | 1.58 | 0.81 | 0.73 |
| Hex | F2 | 83 | 80 | 0 | 2E | 2F | 5 | 2 | 51 | 49 |
| Octal | 362 | 203 | 200 | 0 | 56 | 57 | 5 | 2 | 121 | 111 |
| Binary | 11110010 | 10000011 | 10000000 | 0 | 101110 | 101111 | 101 | 10 | 1010001 | 1001001 |
Color Harmonies of #F28380
Complementary color
Monochromatic Colors of #F28380
Black with #F28380
Text Example
Text Example
White with #F28380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28380; }
p { color: rgb(242,131,128); }
H1.HeaderClassName
{
color: #F28380;
}
.AnyTagClassName
{
color: #F28380;
}
</style>
background-color css
<style>
a { background-color: #F28380; }
a { background-color: rgb(242,131,128); }
div.DivClassName
{
background-color: #F28380;
}
.BgClassName
{
background-color: #F28380;
}
</style>
border-color css
<style>
span { border-color: #F28380; }
span { border-color: rgb(242,131,128); }
td.TdClassName
{
border-color: #F28380;
}
.TagClassName
{
border-color: #F28380;
}
</style>