Shades of Light Coral #F27C7B
Tints of Light Coral #F27C7B
RGB
CMYK
RGB Variations
Color information
#F27C7B (or 0xF27C7B) is known color: Light Coral. HEX triplet: F2, 7C and 7B. RGB value is (242,124,123). Sum of RGB (Red+Green+Blue) = 242+124+123=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 123 (48.44% from 255 or 25.15% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F27C7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27C7B is #0D8384. Grayscale: #9F9F9F. Windows color (decimal): -885637 or 8092914. OLE color: 8092914.
HSL color Cylindrical-coordinate representation of color #F27C7B: hue angle of 0.5º 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 #F27C7B is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 123 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.05 |
| HSL | 0.5º | 0.82% | 0.72% | - |
| HSV(B) | 0.5º | 0.49% | 0.95% | - |
| XYZ | 47.4 | 34.72 | 22.94 | - |
| YUV | 159.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 123 | 0 | 0.49 | 0.49 | 0.05 | 0.5 | 0.82 | 0.72 |
| Hex | F2 | 7C | 7B | 0 | 31 | 31 | 5 | 1 | 52 | 48 |
| Octal | 362 | 174 | 173 | 0 | 61 | 61 | 5 | 1 | 122 | 110 |
| Binary | 11110010 | 1111100 | 1111011 | 0 | 110001 | 110001 | 101 | 1 | 1010010 | 1001000 |
Color Harmonies of #F27C7B
Complementary color
Monochromatic Colors of #F27C7B
Black with #F27C7B
Text Example
Text Example
White with #F27C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27C7B; }
p { color: rgb(242,124,123); }
H1.HeaderClassName
{
color: #F27C7B;
}
.AnyTagClassName
{
color: #F27C7B;
}
</style>
background-color css
<style>
a { background-color: #F27C7B; }
a { background-color: rgb(242,124,123); }
div.DivClassName
{
background-color: #F27C7B;
}
.BgClassName
{
background-color: #F27C7B;
}
</style>
border-color css
<style>
span { border-color: #F27C7B; }
span { border-color: rgb(242,124,123); }
td.TdClassName
{
border-color: #F27C7B;
}
.TagClassName
{
border-color: #F27C7B;
}
</style>