Shades of Froly #F87C7F
Tints of Froly #F87C7F
RGB
CMYK
RGB Variations
Color information
#F87C7F (or 0xF87C7F) is known color: Froly. HEX triplet: F8, 7C and 7F. RGB value is (248,124,127). Sum of RGB (Red+Green+Blue) = 248+124+127=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87C7F is #078380. Grayscale: #A1A1A1. Windows color (decimal): -492417 or 8355064. OLE color: 8355064.
HSL color Cylindrical-coordinate representation of color #F87C7F: hue angle of 358.55º 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 #F87C7F is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 127 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.03 |
| HSL | 358.55º | 0.9% | 0.73% | - |
| HSV(B) | 358.55º | 0.5% | 0.97% | - |
| XYZ | 49.75 | 35.9 | 24.39 | - |
| YUV | 161.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 127 | 0 | 0.5 | 0.49 | 0.03 | 358.55 | 0.9 | 0.73 |
| Hex | F8 | 7C | 7F | 0 | 32 | 31 | 3 | 167 | 5A | 49 |
| Octal | 370 | 174 | 177 | 0 | 62 | 61 | 3 | 547 | 132 | 111 |
| Binary | 11111000 | 1111100 | 1111111 | 0 | 110010 | 110001 | 11 | 101100111 | 1011010 | 1001001 |
Color Harmonies of #F87C7F
Complementary color
Monochromatic Colors of #F87C7F
Black with #F87C7F
Text Example
Text Example
White with #F87C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C7F; }
p { color: rgb(248,124,127); }
H1.HeaderClassName
{
color: #F87C7F;
}
.AnyTagClassName
{
color: #F87C7F;
}
</style>
background-color css
<style>
a { background-color: #F87C7F; }
a { background-color: rgb(248,124,127); }
div.DivClassName
{
background-color: #F87C7F;
}
.BgClassName
{
background-color: #F87C7F;
}
</style>
border-color css
<style>
span { border-color: #F87C7F; }
span { border-color: rgb(248,124,127); }
td.TdClassName
{
border-color: #F87C7F;
}
.TagClassName
{
border-color: #F87C7F;
}
</style>