Shades of Light Coral #F18580
Tints of Light Coral #F18580
RGB
CMYK
RGB Variations
Color information
#F18580 (or 0xF18580) is known color: Light Coral. HEX triplet: F1, 85 and 80. RGB value is (241,133,128). Sum of RGB (Red+Green+Blue) = 241+133+128=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 128 (50.39% from 255 or 25.50% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F18580 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18580 is #0E7A7F. Grayscale: #A4A4A4. Windows color (decimal): -948864 or 8422897. OLE color: 8422897.
HSL color Cylindrical-coordinate representation of color #F18580: hue angle of 2.65º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F18580 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 128 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.05 |
| HSL | 2.65º | 0.8% | 0.72% | - |
| HSV(B) | 2.65º | 0.47% | 0.95% | - |
| XYZ | 48.56 | 37.03 | 25.01 | - |
| YUV | 164.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 128 | 0 | 0.45 | 0.47 | 0.05 | 2.65 | 0.8 | 0.72 |
| Hex | F1 | 85 | 80 | 0 | 2D | 2F | 5 | 3 | 50 | 48 |
| Octal | 361 | 205 | 200 | 0 | 55 | 57 | 5 | 3 | 120 | 110 |
| Binary | 11110001 | 10000101 | 10000000 | 0 | 101101 | 101111 | 101 | 11 | 1010000 | 1001000 |
Color Harmonies of #F18580
Complementary color
Monochromatic Colors of #F18580
Black with #F18580
Text Example
Text Example
White with #F18580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18580; }
p { color: rgb(241,133,128); }
H1.HeaderClassName
{
color: #F18580;
}
.AnyTagClassName
{
color: #F18580;
}
</style>
background-color css
<style>
a { background-color: #F18580; }
a { background-color: rgb(241,133,128); }
div.DivClassName
{
background-color: #F18580;
}
.BgClassName
{
background-color: #F18580;
}
</style>
border-color css
<style>
span { border-color: #F18580; }
span { border-color: rgb(241,133,128); }
td.TdClassName
{
border-color: #F18580;
}
.TagClassName
{
border-color: #F18580;
}
</style>