Shades of Light Coral #F28B7E
Tints of Light Coral #F28B7E
RGB
CMYK
RGB Variations
Color information
#F28B7E (or 0xF28B7E) is known color: Light Coral. HEX triplet: F2, 8B and 7E. RGB value is (242,139,126). Sum of RGB (Red+Green+Blue) = 242+139+126=507 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.73% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 242 - color contains mainly: red. Hex color #F28B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28B7E is #0D7481. Grayscale: #A8A8A8. Windows color (decimal): -881794 or 8293362. OLE color: 8293362.
HSL color Cylindrical-coordinate representation of color #F28B7E: hue angle of 6.72º 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 #F28B7E is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 139 | 126 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.05 |
| HSL | 6.72º | 0.82% | 0.72% | - |
| HSV(B) | 6.72º | 0.48% | 0.95% | - |
| XYZ | 49.62 | 38.85 | 24.62 | - |
| YUV | 168.32 | 104.12 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 139 | 126 | 0 | 0.43 | 0.48 | 0.05 | 6.72 | 0.82 | 0.72 |
| Hex | F2 | 8B | 7E | 0 | 2B | 30 | 5 | 7 | 52 | 48 |
| Octal | 362 | 213 | 176 | 0 | 53 | 60 | 5 | 7 | 122 | 110 |
| Binary | 11110010 | 10001011 | 1111110 | 0 | 101011 | 110000 | 101 | 111 | 1010010 | 1001000 |
Color Harmonies of #F28B7E
Complementary color
Monochromatic Colors of #F28B7E
Black with #F28B7E
Text Example
Text Example
White with #F28B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28B7E; }
p { color: rgb(242,139,126); }
H1.HeaderClassName
{
color: #F28B7E;
}
.AnyTagClassName
{
color: #F28B7E;
}
</style>
background-color css
<style>
a { background-color: #F28B7E; }
a { background-color: rgb(242,139,126); }
div.DivClassName
{
background-color: #F28B7E;
}
.BgClassName
{
background-color: #F28B7E;
}
</style>
border-color css
<style>
span { border-color: #F28B7E; }
span { border-color: rgb(242,139,126); }
td.TdClassName
{
border-color: #F28B7E;
}
.TagClassName
{
border-color: #F28B7E;
}
</style>