Shades of Light Coral #F28C7F
Tints of Light Coral #F28C7F
RGB
CMYK
RGB Variations
Color information
#F28C7F (or 0xF28C7F) is known color: Light Coral. HEX triplet: F2, 8C and 7F. RGB value is (242,140,127). Sum of RGB (Red+Green+Blue) = 242+140+127=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C7F is #0D7380. Grayscale: #A9A9A9. Windows color (decimal): -881537 or 8359154. OLE color: 8359154.
HSL color Cylindrical-coordinate representation of color #F28C7F: hue angle of 6.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F28C7F is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 140 | 127 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.05 |
| HSL | 6.78º | 0.82% | 0.72% | - |
| HSV(B) | 6.78º | 0.48% | 0.95% | - |
| XYZ | 49.83 | 39.17 | 25.01 | - |
| YUV | 169.02 | 104.29 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 140 | 127 | 0 | 0.42 | 0.48 | 0.05 | 6.78 | 0.82 | 0.72 |
| Hex | F2 | 8C | 7F | 0 | 2A | 30 | 5 | 7 | 52 | 48 |
| Octal | 362 | 214 | 177 | 0 | 52 | 60 | 5 | 7 | 122 | 110 |
| Binary | 11110010 | 10001100 | 1111111 | 0 | 101010 | 110000 | 101 | 111 | 1010010 | 1001000 |
Color Harmonies of #F28C7F
Complementary color
Monochromatic Colors of #F28C7F
Black with #F28C7F
Text Example
Text Example
White with #F28C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28C7F; }
p { color: rgb(242,140,127); }
H1.HeaderClassName
{
color: #F28C7F;
}
.AnyTagClassName
{
color: #F28C7F;
}
</style>
background-color css
<style>
a { background-color: #F28C7F; }
a { background-color: rgb(242,140,127); }
div.DivClassName
{
background-color: #F28C7F;
}
.BgClassName
{
background-color: #F28C7F;
}
</style>
border-color css
<style>
span { border-color: #F28C7F; }
span { border-color: rgb(242,140,127); }
td.TdClassName
{
border-color: #F28C7F;
}
.TagClassName
{
border-color: #F28C7F;
}
</style>