Shades of Light Coral #F28078
Tints of Light Coral #F28078
RGB
CMYK
RGB Variations
Color information
#F28078 (or 0xF28078) is known color: Light Coral. HEX triplet: F2, 80 and 78. RGB value is (242,128,120). Sum of RGB (Red+Green+Blue) = 242+128+120=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28078 is #0D7F87. Grayscale: #A1A1A1. Windows color (decimal): -884616 or 7897330. OLE color: 7897330.
HSL color Cylindrical-coordinate representation of color #F28078: hue angle of 3.93º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F28078 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 120 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.05 |
| HSL | 3.93º | 0.82% | 0.71% | - |
| HSV(B) | 3.93º | 0.5% | 0.95% | - |
| XYZ | 47.73 | 35.67 | 22.14 | - |
| YUV | 161.17 | 104.77 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 120 | 0 | 0.47 | 0.50 | 0.05 | 3.93 | 0.82 | 0.71 |
| Hex | F2 | 80 | 78 | 0 | 2F | 32 | 5 | 4 | 52 | 47 |
| Octal | 362 | 200 | 170 | 0 | 57 | 62 | 5 | 4 | 122 | 107 |
| Binary | 11110010 | 10000000 | 1111000 | 0 | 101111 | 110010 | 101 | 100 | 1010010 | 1000111 |
Color Harmonies of #F28078
Complementary color
Monochromatic Colors of #F28078
Black with #F28078
Text Example
Text Example
White with #F28078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28078; }
p { color: rgb(242,128,120); }
H1.HeaderClassName
{
color: #F28078;
}
.AnyTagClassName
{
color: #F28078;
}
</style>
background-color css
<style>
a { background-color: #F28078; }
a { background-color: rgb(242,128,120); }
div.DivClassName
{
background-color: #F28078;
}
.BgClassName
{
background-color: #F28078;
}
</style>
border-color css
<style>
span { border-color: #F28078; }
span { border-color: rgb(242,128,120); }
td.TdClassName
{
border-color: #F28078;
}
.TagClassName
{
border-color: #F28078;
}
</style>