Shades of Light Coral #F2827B
Tints of Light Coral #F2827B
RGB
CMYK
RGB Variations
Color information
#F2827B (or 0xF2827B) is known color: Light Coral. HEX triplet: F2, 82 and 7B. RGB value is (242,130,123). Sum of RGB (Red+Green+Blue) = 242+130+123=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 130 (51.17% from 255 or 26.26% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2827B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2827B is #0D7D84. Grayscale: #A2A2A2. Windows color (decimal): -884101 or 8094450. OLE color: 8094450.
HSL color Cylindrical-coordinate representation of color #F2827B: hue angle of 3.53º 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 #F2827B is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 130 | 123 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.05 |
| HSL | 3.53º | 0.82% | 0.72% | - |
| HSV(B) | 3.53º | 0.49% | 0.95% | - |
| XYZ | 48.18 | 36.27 | 23.2 | - |
| YUV | 162.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 130 | 123 | 0 | 0.46 | 0.49 | 0.05 | 3.53 | 0.82 | 0.72 |
| Hex | F2 | 82 | 7B | 0 | 2E | 31 | 5 | 4 | 52 | 48 |
| Octal | 362 | 202 | 173 | 0 | 56 | 61 | 5 | 4 | 122 | 110 |
| Binary | 11110010 | 10000010 | 1111011 | 0 | 101110 | 110001 | 101 | 100 | 1010010 | 1001000 |
Color Harmonies of #F2827B
Complementary color
Monochromatic Colors of #F2827B
Black with #F2827B
Text Example
Text Example
White with #F2827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2827B; }
p { color: rgb(242,130,123); }
H1.HeaderClassName
{
color: #F2827B;
}
.AnyTagClassName
{
color: #F2827B;
}
</style>
background-color css
<style>
a { background-color: #F2827B; }
a { background-color: rgb(242,130,123); }
div.DivClassName
{
background-color: #F2827B;
}
.BgClassName
{
background-color: #F2827B;
}
</style>
border-color css
<style>
span { border-color: #F2827B; }
span { border-color: rgb(242,130,123); }
td.TdClassName
{
border-color: #F2827B;
}
.TagClassName
{
border-color: #F2827B;
}
</style>