Shades of Froly #F87C7E
Tints of Froly #F87C7E
RGB
CMYK
RGB Variations
Color information
#F87C7E (or 0xF87C7E) is known color: Froly. HEX triplet: F8, 7C and 7E. RGB value is (248,124,126). Sum of RGB (Red+Green+Blue) = 248+124+126=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C7E is #078381. Grayscale: #A1A1A1. Windows color (decimal): -492418 or 8289528. OLE color: 8289528.
HSL color Cylindrical-coordinate representation of color #F87C7E: hue angle of 359.03º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87C7E is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 126 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.03 |
| HSL | 359.03º | 0.9% | 0.73% | - |
| HSV(B) | 359.03º | 0.5% | 0.97% | - |
| XYZ | 49.68 | 35.88 | 24.05 | - |
| YUV | 161.3 | 108.08 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 126 | 0 | 0.5 | 0.49 | 0.03 | 359.03 | 0.9 | 0.73 |
| Hex | F8 | 7C | 7E | 0 | 32 | 31 | 3 | 167 | 5A | 49 |
| Octal | 370 | 174 | 176 | 0 | 62 | 61 | 3 | 547 | 132 | 111 |
| Binary | 11111000 | 1111100 | 1111110 | 0 | 110010 | 110001 | 11 | 101100111 | 1011010 | 1001001 |
Color Harmonies of #F87C7E
Complementary color
Monochromatic Colors of #F87C7E
Black with #F87C7E
Text Example
Text Example
White with #F87C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C7E; }
p { color: rgb(248,124,126); }
H1.HeaderClassName
{
color: #F87C7E;
}
.AnyTagClassName
{
color: #F87C7E;
}
</style>
background-color css
<style>
a { background-color: #F87C7E; }
a { background-color: rgb(248,124,126); }
div.DivClassName
{
background-color: #F87C7E;
}
.BgClassName
{
background-color: #F87C7E;
}
</style>
border-color css
<style>
span { border-color: #F87C7E; }
span { border-color: rgb(248,124,126); }
td.TdClassName
{
border-color: #F87C7E;
}
.TagClassName
{
border-color: #F87C7E;
}
</style>