Shades of Light Coral #F18581
Tints of Light Coral #F18581
RGB
CMYK
RGB Variations
Color information
#F18581 (or 0xF18581) is known color: Light Coral. HEX triplet: F1, 85 and 81. RGB value is (241,133,129). Sum of RGB (Red+Green+Blue) = 241+133+129=503 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.91% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 241 - color contains mainly: red. Hex color #F18581 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18581 is #0E7A7E. Grayscale: #A4A4A4. Windows color (decimal): -948863 or 8488433. OLE color: 8488433.
HSL color Cylindrical-coordinate representation of color #F18581: hue angle of 2.14º 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 #F18581 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 129 | - |
| CMYK | 0 | 0.45 | 0.46 | 0.05 |
| HSL | 2.14º | 0.8% | 0.73% | - |
| HSV(B) | 2.14º | 0.46% | 0.95% | - |
| XYZ | 48.63 | 37.06 | 25.36 | - |
| YUV | 164.84 | 107.78 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 129 | 0 | 0.45 | 0.46 | 0.05 | 2.14 | 0.8 | 0.73 |
| Hex | F1 | 85 | 81 | 0 | 2D | 2E | 5 | 2 | 50 | 49 |
| Octal | 361 | 205 | 201 | 0 | 55 | 56 | 5 | 2 | 120 | 111 |
| Binary | 11110001 | 10000101 | 10000001 | 0 | 101101 | 101110 | 101 | 10 | 1010000 | 1001001 |
Color Harmonies of #F18581
Complementary color
Monochromatic Colors of #F18581
Black with #F18581
Text Example
Text Example
White with #F18581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18581; }
p { color: rgb(241,133,129); }
H1.HeaderClassName
{
color: #F18581;
}
.AnyTagClassName
{
color: #F18581;
}
</style>
background-color css
<style>
a { background-color: #F18581; }
a { background-color: rgb(241,133,129); }
div.DivClassName
{
background-color: #F18581;
}
.BgClassName
{
background-color: #F18581;
}
</style>
border-color css
<style>
span { border-color: #F18581; }
span { border-color: rgb(241,133,129); }
td.TdClassName
{
border-color: #F18581;
}
.TagClassName
{
border-color: #F18581;
}
</style>