Shades of Coral #F87D4B
Tints of Coral #F87D4B
RGB
CMYK
RGB Variations
Color information
#F87D4B (or 0xF87D4B) is known color: Coral. HEX triplet: F8, 7D and 4B. RGB value is (248,125,75). Sum of RGB (Red+Green+Blue) = 248+125+75=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D4B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D4B is #0782B4. Grayscale: #9C9C9C. Windows color (decimal): -492213 or 4947448. OLE color: 4947448.
HSL color Cylindrical-coordinate representation of color #F87D4B: hue angle of 17.34º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F87D4B is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 75 | - |
| CMYK | 0 | 0.50 | 0.70 | 0.03 |
| HSL | 17.34º | 0.93% | 0.63% | - |
| HSV(B) | 17.34º | 0.7% | 0.97% | - |
| XYZ | 47.32 | 35.13 | 10.94 | - |
| YUV | 156.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 75 | 0 | 0.50 | 0.70 | 0.03 | 17.34 | 0.93 | 0.63 |
| Hex | F8 | 7D | 4B | 0 | 32 | 46 | 3 | 11 | 5D | 3F |
| Octal | 370 | 175 | 113 | 0 | 62 | 106 | 3 | 21 | 135 | 77 |
| Binary | 11111000 | 1111101 | 1001011 | 0 | 110010 | 1000110 | 11 | 10001 | 1011101 | 111111 |
Color Harmonies of #F87D4B
Complementary color
Monochromatic Colors of #F87D4B
Black with #F87D4B
Text Example
Text Example
White with #F87D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87D4B; }
p { color: rgb(248,125,75); }
H1.HeaderClassName
{
color: #F87D4B;
}
.AnyTagClassName
{
color: #F87D4B;
}
</style>
background-color css
<style>
a { background-color: #F87D4B; }
a { background-color: rgb(248,125,75); }
div.DivClassName
{
background-color: #F87D4B;
}
.BgClassName
{
background-color: #F87D4B;
}
</style>
border-color css
<style>
span { border-color: #F87D4B; }
span { border-color: rgb(248,125,75); }
td.TdClassName
{
border-color: #F87D4B;
}
.TagClassName
{
border-color: #F87D4B;
}
</style>