Shades of Light Coral #F17E7B
Tints of Light Coral #F17E7B
RGB
CMYK
RGB Variations
Color information
#F17E7B (or 0xF17E7B) is known color: Light Coral. HEX triplet: F1, 7E and 7B. RGB value is (241,126,123). Sum of RGB (Red+Green+Blue) = 241+126+123=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17E7B is #0E8184. Grayscale: #A0A0A0. Windows color (decimal): -950661 or 8093425. OLE color: 8093425.
HSL color Cylindrical-coordinate representation of color #F17E7B: hue angle of 1.53º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17E7B is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 123 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.05 |
| HSL | 1.53º | 0.81% | 0.71% | - |
| HSV(B) | 1.53º | 0.49% | 0.95% | - |
| XYZ | 47.31 | 35.05 | 23.01 | - |
| YUV | 160.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 123 | 0 | 0.48 | 0.49 | 0.05 | 1.53 | 0.81 | 0.71 |
| Hex | F1 | 7E | 7B | 0 | 30 | 31 | 5 | 2 | 51 | 47 |
| Octal | 361 | 176 | 173 | 0 | 60 | 61 | 5 | 2 | 121 | 107 |
| Binary | 11110001 | 1111110 | 1111011 | 0 | 110000 | 110001 | 101 | 10 | 1010001 | 1000111 |
Color Harmonies of #F17E7B
Complementary color
Monochromatic Colors of #F17E7B
Black with #F17E7B
Text Example
Text Example
White with #F17E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E7B; }
p { color: rgb(241,126,123); }
H1.HeaderClassName
{
color: #F17E7B;
}
.AnyTagClassName
{
color: #F17E7B;
}
</style>
background-color css
<style>
a { background-color: #F17E7B; }
a { background-color: rgb(241,126,123); }
div.DivClassName
{
background-color: #F17E7B;
}
.BgClassName
{
background-color: #F17E7B;
}
</style>
border-color css
<style>
span { border-color: #F17E7B; }
span { border-color: rgb(241,126,123); }
td.TdClassName
{
border-color: #F17E7B;
}
.TagClassName
{
border-color: #F17E7B;
}
</style>