Shades of Light Coral #F28481
Tints of Light Coral #F28481
RGB
CMYK
RGB Variations
Color information
#F28481 (or 0xF28481) is known color: Light Coral. HEX triplet: F2, 84 and 81. RGB value is (242,132,129). Sum of RGB (Red+Green+Blue) = 242+132+129=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 132 (51.95% from 255 or 26.24% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F28481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28481 is #0D7B7E. Grayscale: #A4A4A4. Windows color (decimal): -883583 or 8488178. OLE color: 8488178.
HSL color Cylindrical-coordinate representation of color #F28481: hue angle of 1.59º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F28481 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 132 | 129 | - |
| CMYK | 0 | 0.45 | 0.47 | 0.05 |
| HSL | 1.59º | 0.81% | 0.73% | - |
| HSV(B) | 1.59º | 0.47% | 0.95% | - |
| XYZ | 48.83 | 36.96 | 25.33 | - |
| YUV | 164.55 | 107.94 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 132 | 129 | 0 | 0.45 | 0.47 | 0.05 | 1.59 | 0.81 | 0.73 |
| Hex | F2 | 84 | 81 | 0 | 2D | 2F | 5 | 2 | 51 | 49 |
| Octal | 362 | 204 | 201 | 0 | 55 | 57 | 5 | 2 | 121 | 111 |
| Binary | 11110010 | 10000100 | 10000001 | 0 | 101101 | 101111 | 101 | 10 | 1010001 | 1001001 |
Color Harmonies of #F28481
Complementary color
Monochromatic Colors of #F28481
Black with #F28481
Text Example
Text Example
White with #F28481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28481; }
p { color: rgb(242,132,129); }
H1.HeaderClassName
{
color: #F28481;
}
.AnyTagClassName
{
color: #F28481;
}
</style>
background-color css
<style>
a { background-color: #F28481; }
a { background-color: rgb(242,132,129); }
div.DivClassName
{
background-color: #F28481;
}
.BgClassName
{
background-color: #F28481;
}
</style>
border-color css
<style>
span { border-color: #F28481; }
span { border-color: rgb(242,132,129); }
td.TdClassName
{
border-color: #F28481;
}
.TagClassName
{
border-color: #F28481;
}
</style>