Shades of Light Coral #F2817F
Tints of Light Coral #F2817F
RGB
CMYK
RGB Variations
Color information
#F2817F (or 0xF2817F) is known color: Light Coral. HEX triplet: F2, 81 and 7F. RGB value is (242,129,127). Sum of RGB (Red+Green+Blue) = 242+129+127=498 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.59% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 242 - color contains mainly: red. Hex color #F2817F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2817F is #0D7E80. Grayscale: #A2A2A2. Windows color (decimal): -884353 or 8356338. OLE color: 8356338.
HSL color Cylindrical-coordinate representation of color #F2817F: hue angle of 1.04º 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 #F2817F is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 129 | 127 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.05 |
| HSL | 1.04º | 0.82% | 0.72% | - |
| HSV(B) | 1.04º | 0.48% | 0.95% | - |
| XYZ | 48.3 | 36.11 | 24.5 | - |
| YUV | 162.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 129 | 127 | 0 | 0.47 | 0.48 | 0.05 | 1.04 | 0.82 | 0.72 |
| Hex | F2 | 81 | 7F | 0 | 2F | 30 | 5 | 1 | 52 | 48 |
| Octal | 362 | 201 | 177 | 0 | 57 | 60 | 5 | 1 | 122 | 110 |
| Binary | 11110010 | 10000001 | 1111111 | 0 | 101111 | 110000 | 101 | 1 | 1010010 | 1001000 |
Color Harmonies of #F2817F
Complementary color
Monochromatic Colors of #F2817F
Black with #F2817F
Text Example
Text Example
White with #F2817F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2817F; }
p { color: rgb(242,129,127); }
H1.HeaderClassName
{
color: #F2817F;
}
.AnyTagClassName
{
color: #F2817F;
}
</style>
background-color css
<style>
a { background-color: #F2817F; }
a { background-color: rgb(242,129,127); }
div.DivClassName
{
background-color: #F2817F;
}
.BgClassName
{
background-color: #F2817F;
}
</style>
border-color css
<style>
span { border-color: #F2817F; }
span { border-color: rgb(242,129,127); }
td.TdClassName
{
border-color: #F2817F;
}
.TagClassName
{
border-color: #F2817F;
}
</style>