Shades of Light Coral #F2817D
Tints of Light Coral #F2817D
RGB
CMYK
RGB Variations
Color information
#F2817D (or 0xF2817D) is known color: Light Coral. HEX triplet: F2, 81 and 7D. RGB value is (242,129,125). Sum of RGB (Red+Green+Blue) = 242+129+125=496 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.79% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 242 - color contains mainly: red. Hex color #F2817D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2817D is #0D7E82. Grayscale: #A2A2A2. Windows color (decimal): -884355 or 8225266. OLE color: 8225266.
HSL color Cylindrical-coordinate representation of color #F2817D: hue angle of 2.05º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2817D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 125 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.05 |
| HSL | 2.05º | 0.82% | 0.72% | - |
| HSV(B) | 2.05º | 0.48% | 0.95% | - |
| XYZ | 48.17 | 36.06 | 23.82 | - |
| YUV | 162.33 | 106.94 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 125 | 0 | 0.47 | 0.48 | 0.05 | 2.05 | 0.82 | 0.72 |
| Hex | F2 | 81 | 7D | 0 | 2F | 30 | 5 | 2 | 52 | 48 |
| Octal | 362 | 201 | 175 | 0 | 57 | 60 | 5 | 2 | 122 | 110 |
| Binary | 11110010 | 10000001 | 1111101 | 0 | 101111 | 110000 | 101 | 10 | 1010010 | 1001000 |
Color Harmonies of #F2817D
Complementary color
Monochromatic Colors of #F2817D
Black with #F2817D
Text Example
Text Example
White with #F2817D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2817D; }
p { color: rgb(242,129,125); }
H1.HeaderClassName
{
color: #F2817D;
}
.AnyTagClassName
{
color: #F2817D;
}
</style>
background-color css
<style>
a { background-color: #F2817D; }
a { background-color: rgb(242,129,125); }
div.DivClassName
{
background-color: #F2817D;
}
.BgClassName
{
background-color: #F2817D;
}
</style>
border-color css
<style>
span { border-color: #F2817D; }
span { border-color: rgb(242,129,125); }
td.TdClassName
{
border-color: #F2817D;
}
.TagClassName
{
border-color: #F2817D;
}
</style>