Shades of Light Coral #F27E7B
Tints of Light Coral #F27E7B
RGB
CMYK
RGB Variations
Color information
#F27E7B (or 0xF27E7B) is known color: Light Coral. HEX triplet: F2, 7E and 7B. RGB value is (242,126,123). Sum of RGB (Red+Green+Blue) = 242+126+123=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E7B is #0D8184. Grayscale: #A0A0A0. Windows color (decimal): -885125 or 8093426. OLE color: 8093426.
HSL color Cylindrical-coordinate representation of color #F27E7B: hue angle of 1.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27E7B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 123 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.05 |
| HSL | 1.51º | 0.82% | 0.72% | - |
| HSV(B) | 1.51º | 0.49% | 0.95% | - |
| XYZ | 47.65 | 35.23 | 23.03 | - |
| YUV | 160.34 | 106.93 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 123 | 0 | 0.48 | 0.49 | 0.05 | 1.51 | 0.82 | 0.72 |
| Hex | F2 | 7E | 7B | 0 | 30 | 31 | 5 | 2 | 52 | 48 |
| Octal | 362 | 176 | 173 | 0 | 60 | 61 | 5 | 2 | 122 | 110 |
| Binary | 11110010 | 1111110 | 1111011 | 0 | 110000 | 110001 | 101 | 10 | 1010010 | 1001000 |
Color Harmonies of #F27E7B
Complementary color
Monochromatic Colors of #F27E7B
Black with #F27E7B
Text Example
Text Example
White with #F27E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27E7B; }
p { color: rgb(242,126,123); }
H1.HeaderClassName
{
color: #F27E7B;
}
.AnyTagClassName
{
color: #F27E7B;
}
</style>
background-color css
<style>
a { background-color: #F27E7B; }
a { background-color: rgb(242,126,123); }
div.DivClassName
{
background-color: #F27E7B;
}
.BgClassName
{
background-color: #F27E7B;
}
</style>
border-color css
<style>
span { border-color: #F27E7B; }
span { border-color: rgb(242,126,123); }
td.TdClassName
{
border-color: #F27E7B;
}
.TagClassName
{
border-color: #F27E7B;
}
</style>