Shades of Light Coral #F2817B
Tints of Light Coral #F2817B
RGB
CMYK
RGB Variations
Color information
#F2817B (or 0xF2817B) is known color: Light Coral. HEX triplet: F2, 81 and 7B. RGB value is (242,129,123). Sum of RGB (Red+Green+Blue) = 242+129+123=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 129 (50.78% from 255 or 26.11% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2817B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2817B is #0D7E84. Grayscale: #A2A2A2. Windows color (decimal): -884357 or 8094194. OLE color: 8094194.
HSL color Cylindrical-coordinate representation of color #F2817B: hue angle of 3.03º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2817B is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 123 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.05 |
| HSL | 3.03º | 0.82% | 0.72% | - |
| HSV(B) | 3.03º | 0.49% | 0.95% | - |
| XYZ | 48.04 | 36.01 | 23.16 | - |
| YUV | 162.1 | 105.94 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 123 | 0 | 0.47 | 0.49 | 0.05 | 3.03 | 0.82 | 0.72 |
| Hex | F2 | 81 | 7B | 0 | 2F | 31 | 5 | 3 | 52 | 48 |
| Octal | 362 | 201 | 173 | 0 | 57 | 61 | 5 | 3 | 122 | 110 |
| Binary | 11110010 | 10000001 | 1111011 | 0 | 101111 | 110001 | 101 | 11 | 1010010 | 1001000 |
Color Harmonies of #F2817B
Complementary color
Monochromatic Colors of #F2817B
Black with #F2817B
Text Example
Text Example
White with #F2817B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2817B; }
p { color: rgb(242,129,123); }
H1.HeaderClassName
{
color: #F2817B;
}
.AnyTagClassName
{
color: #F2817B;
}
</style>
background-color css
<style>
a { background-color: #F2817B; }
a { background-color: rgb(242,129,123); }
div.DivClassName
{
background-color: #F2817B;
}
.BgClassName
{
background-color: #F2817B;
}
</style>
border-color css
<style>
span { border-color: #F2817B; }
span { border-color: rgb(242,129,123); }
td.TdClassName
{
border-color: #F2817B;
}
.TagClassName
{
border-color: #F2817B;
}
</style>