Shades of Light Coral #F2807A
Tints of Light Coral #F2807A
RGB
CMYK
RGB Variations
Color information
#F2807A (or 0xF2807A) is known color: Light Coral. HEX triplet: F2, 80 and 7A. RGB value is (242,128,122). Sum of RGB (Red+Green+Blue) = 242+128+122=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 122 (48.05% from 255 or 24.80% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2807A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2807A is #0D7F85. Grayscale: #A1A1A1. Windows color (decimal): -884614 or 8028402. OLE color: 8028402.
HSL color Cylindrical-coordinate representation of color #F2807A: hue angle of 3º 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 #F2807A is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 128 | 122 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.05 |
| HSL | 3º | 0.82% | 0.71% | - |
| HSV(B) | 3º | 0.5% | 0.95% | - |
| XYZ | 47.85 | 35.72 | 22.79 | - |
| YUV | 161.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 128 | 122 | 0 | 0.47 | 0.50 | 0.05 | 3 | 0.82 | 0.71 |
| Hex | F2 | 80 | 7A | 0 | 2F | 32 | 5 | 3 | 52 | 47 |
| Octal | 362 | 200 | 172 | 0 | 57 | 62 | 5 | 3 | 122 | 107 |
| Binary | 11110010 | 10000000 | 1111010 | 0 | 101111 | 110010 | 101 | 11 | 1010010 | 1000111 |
Color Harmonies of #F2807A
Complementary color
Monochromatic Colors of #F2807A
Black with #F2807A
Text Example
Text Example
White with #F2807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2807A; }
p { color: rgb(242,128,122); }
H1.HeaderClassName
{
color: #F2807A;
}
.AnyTagClassName
{
color: #F2807A;
}
</style>
background-color css
<style>
a { background-color: #F2807A; }
a { background-color: rgb(242,128,122); }
div.DivClassName
{
background-color: #F2807A;
}
.BgClassName
{
background-color: #F2807A;
}
</style>
border-color css
<style>
span { border-color: #F2807A; }
span { border-color: rgb(242,128,122); }
td.TdClassName
{
border-color: #F2807A;
}
.TagClassName
{
border-color: #F2807A;
}
</style>