Shades of Light Coral #F2867F
Tints of Light Coral #F2867F
RGB
CMYK
RGB Variations
Color information
#F2867F (or 0xF2867F) is known color: Light Coral. HEX triplet: F2, 86 and 7F. RGB value is (242,134,127). Sum of RGB (Red+Green+Blue) = 242+134+127=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2867F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2867F is #0D7980. Grayscale: #A5A5A5. Windows color (decimal): -883073 or 8357618. OLE color: 8357618.
HSL color Cylindrical-coordinate representation of color #F2867F: hue angle of 3.65º 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 #F2867F is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 134 | 127 | - |
| CMYK | 0 | 0.45 | 0.48 | 0.05 |
| HSL | 3.65º | 0.82% | 0.72% | - |
| HSV(B) | 3.65º | 0.48% | 0.95% | - |
| XYZ | 48.97 | 37.46 | 24.73 | - |
| YUV | 165.49 | 106.28 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 134 | 127 | 0 | 0.45 | 0.48 | 0.05 | 3.65 | 0.82 | 0.72 |
| Hex | F2 | 86 | 7F | 0 | 2D | 30 | 5 | 4 | 52 | 48 |
| Octal | 362 | 206 | 177 | 0 | 55 | 60 | 5 | 4 | 122 | 110 |
| Binary | 11110010 | 10000110 | 1111111 | 0 | 101101 | 110000 | 101 | 100 | 1010010 | 1001000 |
Color Harmonies of #F2867F
Complementary color
Monochromatic Colors of #F2867F
Black with #F2867F
Text Example
Text Example
White with #F2867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2867F; }
p { color: rgb(242,134,127); }
H1.HeaderClassName
{
color: #F2867F;
}
.AnyTagClassName
{
color: #F2867F;
}
</style>
background-color css
<style>
a { background-color: #F2867F; }
a { background-color: rgb(242,134,127); }
div.DivClassName
{
background-color: #F2867F;
}
.BgClassName
{
background-color: #F2867F;
}
</style>
border-color css
<style>
span { border-color: #F2867F; }
span { border-color: rgb(242,134,127); }
td.TdClassName
{
border-color: #F2867F;
}
.TagClassName
{
border-color: #F2867F;
}
</style>