Shades of Light Coral #F28585
Tints of Light Coral #F28585
RGB
CMYK
RGB Variations
Color information
#F28585 (or 0xF28585) is known color: Light Coral. HEX triplet: F2, 85 and 85. RGB value is (242,133,133). Sum of RGB (Red+Green+Blue) = 242+133+133=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 133 (52.34% from 255 or 26.18% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F28585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F28585 is #0D7A7A. Grayscale: #A5A5A5. Windows color (decimal): -883323 or 8750578. OLE color: 8750578.
HSL color Cylindrical-coordinate representation of color #F28585: hue angle of 0º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F28585 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 133 | 133 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.05 |
| HSL | 0º | 0.81% | 0.74% | - |
| HSV(B) | 0º | 0.45% | 0.95% | - |
| XYZ | 49.24 | 37.35 | 26.8 | - |
| YUV | 165.59 | 109.61 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 133 | 133 | 0 | 0.45 | 0.45 | 0.05 | 0 | 0.81 | 0.74 |
| Hex | F2 | 85 | 85 | 0 | 2D | 2D | 5 | 0 | 51 | 4A |
| Octal | 362 | 205 | 205 | 0 | 55 | 55 | 5 | 0 | 121 | 112 |
| Binary | 11110010 | 10000101 | 10000101 | 0 | 101101 | 101101 | 101 | 0 | 1010001 | 1001010 |
Color Harmonies of #F28585
Complementary color
Monochromatic Colors of #F28585
Black with #F28585
Text Example
Text Example
White with #F28585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F28585; }
p { color: rgb(242,133,133); }
H1.HeaderClassName
{
color: #F28585;
}
.AnyTagClassName
{
color: #F28585;
}
</style>
background-color css
<style>
a { background-color: #F28585; }
a { background-color: rgb(242,133,133); }
div.DivClassName
{
background-color: #F28585;
}
.BgClassName
{
background-color: #F28585;
}
</style>
border-color css
<style>
span { border-color: #F28585; }
span { border-color: rgb(242,133,133); }
td.TdClassName
{
border-color: #F28585;
}
.TagClassName
{
border-color: #F28585;
}
</style>