Shades of Light Coral #F18781
Tints of Light Coral #F18781
RGB
CMYK
RGB Variations
Color information
#F18781 (or 0xF18781) is known color: Light Coral. HEX triplet: F1, 87 and 81. RGB value is (241,135,129). Sum of RGB (Red+Green+Blue) = 241+135+129=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F18781 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18781 is #0E787E. Grayscale: #A6A6A6. Windows color (decimal): -948351 or 8488945. OLE color: 8488945.
HSL color Cylindrical-coordinate representation of color #F18781: hue angle of 3.21º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F18781 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 129 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.05 |
| HSL | 3.21º | 0.8% | 0.73% | - |
| HSV(B) | 3.21º | 0.46% | 0.95% | - |
| XYZ | 48.9 | 37.61 | 25.45 | - |
| YUV | 166.01 | 107.12 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 129 | 0 | 0.44 | 0.46 | 0.05 | 3.21 | 0.8 | 0.73 |
| Hex | F1 | 87 | 81 | 0 | 2C | 2E | 5 | 3 | 50 | 49 |
| Octal | 361 | 207 | 201 | 0 | 54 | 56 | 5 | 3 | 120 | 111 |
| Binary | 11110001 | 10000111 | 10000001 | 0 | 101100 | 101110 | 101 | 11 | 1010000 | 1001001 |
Color Harmonies of #F18781
Complementary color
Monochromatic Colors of #F18781
Black with #F18781
Text Example
Text Example
White with #F18781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18781; }
p { color: rgb(241,135,129); }
H1.HeaderClassName
{
color: #F18781;
}
.AnyTagClassName
{
color: #F18781;
}
</style>
background-color css
<style>
a { background-color: #F18781; }
a { background-color: rgb(241,135,129); }
div.DivClassName
{
background-color: #F18781;
}
.BgClassName
{
background-color: #F18781;
}
</style>
border-color css
<style>
span { border-color: #F18781; }
span { border-color: rgb(241,135,129); }
td.TdClassName
{
border-color: #F18781;
}
.TagClassName
{
border-color: #F18781;
}
</style>