Shades of Light Coral #F1837F
Tints of Light Coral #F1837F
RGB
CMYK
RGB Variations
Color information
#F1837F (or 0xF1837F) is known color: Light Coral. HEX triplet: F1, 83 and 7F. RGB value is (241,131,127). Sum of RGB (Red+Green+Blue) = 241+131+127=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F1837F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1837F is #0E7C80. Grayscale: #A3A3A3. Windows color (decimal): -949377 or 8356849. OLE color: 8356849.
HSL color Cylindrical-coordinate representation of color #F1837F: hue angle of 2.11º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1837F is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 127 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.05 |
| HSL | 2.11º | 0.8% | 0.72% | - |
| HSV(B) | 2.11º | 0.47% | 0.95% | - |
| XYZ | 48.22 | 36.47 | 24.58 | - |
| YUV | 163.43 | 107.44 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 127 | 0 | 0.46 | 0.47 | 0.05 | 2.11 | 0.8 | 0.72 |
| Hex | F1 | 83 | 7F | 0 | 2E | 2F | 5 | 2 | 50 | 48 |
| Octal | 361 | 203 | 177 | 0 | 56 | 57 | 5 | 2 | 120 | 110 |
| Binary | 11110001 | 10000011 | 1111111 | 0 | 101110 | 101111 | 101 | 10 | 1010000 | 1001000 |
Color Harmonies of #F1837F
Complementary color
Monochromatic Colors of #F1837F
Black with #F1837F
Text Example
Text Example
White with #F1837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1837F; }
p { color: rgb(241,131,127); }
H1.HeaderClassName
{
color: #F1837F;
}
.AnyTagClassName
{
color: #F1837F;
}
</style>
background-color css
<style>
a { background-color: #F1837F; }
a { background-color: rgb(241,131,127); }
div.DivClassName
{
background-color: #F1837F;
}
.BgClassName
{
background-color: #F1837F;
}
</style>
border-color css
<style>
span { border-color: #F1837F; }
span { border-color: rgb(241,131,127); }
td.TdClassName
{
border-color: #F1837F;
}
.TagClassName
{
border-color: #F1837F;
}
</style>