Shades of Light Coral #F2877A
Tints of Light Coral #F2877A
RGB
CMYK
RGB Variations
Color information
#F2877A (or 0xF2877A) is known color: Light Coral. HEX triplet: F2, 87 and 7A. RGB value is (242,135,122). Sum of RGB (Red+Green+Blue) = 242+135+122=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2877A is #0D7885. Grayscale: #A5A5A5. Windows color (decimal): -882822 or 8030194. OLE color: 8030194.
HSL color Cylindrical-coordinate representation of color #F2877A: hue angle of 6.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2877A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 122 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.05 |
| HSL | 6.5º | 0.82% | 0.71% | - |
| HSV(B) | 6.5º | 0.5% | 0.95% | - |
| XYZ | 48.79 | 37.61 | 23.1 | - |
| YUV | 165.51 | 103.45 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 122 | 0 | 0.44 | 0.50 | 0.05 | 6.5 | 0.82 | 0.71 |
| Hex | F2 | 87 | 7A | 0 | 2C | 32 | 5 | 6 | 52 | 47 |
| Octal | 362 | 207 | 172 | 0 | 54 | 62 | 5 | 6 | 122 | 107 |
| Binary | 11110010 | 10000111 | 1111010 | 0 | 101100 | 110010 | 101 | 110 | 1010010 | 1000111 |
Color Harmonies of #F2877A
Complementary color
Monochromatic Colors of #F2877A
Black with #F2877A
Text Example
Text Example
White with #F2877A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2877A; }
p { color: rgb(242,135,122); }
H1.HeaderClassName
{
color: #F2877A;
}
.AnyTagClassName
{
color: #F2877A;
}
</style>
background-color css
<style>
a { background-color: #F2877A; }
a { background-color: rgb(242,135,122); }
div.DivClassName
{
background-color: #F2877A;
}
.BgClassName
{
background-color: #F2877A;
}
</style>
border-color css
<style>
span { border-color: #F2877A; }
span { border-color: rgb(242,135,122); }
td.TdClassName
{
border-color: #F2877A;
}
.TagClassName
{
border-color: #F2877A;
}
</style>