Shades of Light Coral #FF8481
Tints of Light Coral #FF8481
RGB
CMYK
RGB Variations
Color information
#FF8481 (or 0xFF8481) is known color: Light Coral. HEX triplet: FF, 84 and 81. RGB value is (255,132,129). Sum of RGB (Red+Green+Blue) = 255+132+129=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8481 is #007B7E. Grayscale: #A8A8A8. Windows color (decimal): -31615 or 8488191. OLE color: 8488191.
HSL color Cylindrical-coordinate representation of color #FF8481: hue angle of 1.43º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF8481 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 132 | 129 | - |
| CMYK | 0 | 0.48 | 0.49 | 0 |
| HSL | 1.43º | 1% | 0.75% | - |
| HSV(B) | 1.43º | 0.49% | 1% | - |
| XYZ | 53.45 | 39.35 | 25.55 | - |
| YUV | 168.44 | 105.75 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 132 | 129 | 0 | 0.48 | 0.49 | 0 | 1.43 | 1 | 0.75 |
| Hex | FF | 84 | 81 | 0 | 30 | 31 | 0 | 1 | 64 | 4B |
| Octal | 377 | 204 | 201 | 0 | 60 | 61 | 0 | 1 | 144 | 113 |
| Binary | 11111111 | 10000100 | 10000001 | 0 | 110000 | 110001 | 0 | 1 | 1100100 | 1001011 |
Color Harmonies of #FF8481
Complementary color
Monochromatic Colors of #FF8481
Black with #FF8481
Text Example
Text Example
White with #FF8481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8481; }
p { color: rgb(255,132,129); }
H1.HeaderClassName
{
color: #FF8481;
}
.AnyTagClassName
{
color: #FF8481;
}
</style>
background-color css
<style>
a { background-color: #FF8481; }
a { background-color: rgb(255,132,129); }
div.DivClassName
{
background-color: #FF8481;
}
.BgClassName
{
background-color: #FF8481;
}
</style>
border-color css
<style>
span { border-color: #FF8481; }
span { border-color: rgb(255,132,129); }
td.TdClassName
{
border-color: #FF8481;
}
.TagClassName
{
border-color: #FF8481;
}
</style>