Shades of Froly #F87C82
Tints of Froly #F87C82
RGB
CMYK
RGB Variations
Color information
#F87C82 (or 0xF87C82) is known color: Froly. HEX triplet: F8, 7C and 82. RGB value is (248,124,130). Sum of RGB (Red+Green+Blue) = 248+124+130=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C82 is #07837D. Grayscale: #A1A1A1. Windows color (decimal): -492414 or 8551672. OLE color: 8551672.
HSL color Cylindrical-coordinate representation of color #F87C82: hue angle of 357.1º 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 #F87C82 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 130 | - |
| CMYK | 0 | 0.5 | 0.48 | 0.03 |
| HSL | 357.1º | 0.9% | 0.73% | - |
| HSV(B) | 357.1º | 0.5% | 0.97% | - |
| XYZ | 49.95 | 35.98 | 25.43 | - |
| YUV | 161.76 | 110.08 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 130 | 0 | 0.5 | 0.48 | 0.03 | 357.1 | 0.9 | 0.73 |
| Hex | F8 | 7C | 82 | 0 | 32 | 30 | 3 | 165 | 5A | 49 |
| Octal | 370 | 174 | 202 | 0 | 62 | 60 | 3 | 545 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10000010 | 0 | 110010 | 110000 | 11 | 101100101 | 1011010 | 1001001 |
Color Harmonies of #F87C82
Complementary color
Monochromatic Colors of #F87C82
Black with #F87C82
Text Example
Text Example
White with #F87C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C82; }
p { color: rgb(248,124,130); }
H1.HeaderClassName
{
color: #F87C82;
}
.AnyTagClassName
{
color: #F87C82;
}
</style>
background-color css
<style>
a { background-color: #F87C82; }
a { background-color: rgb(248,124,130); }
div.DivClassName
{
background-color: #F87C82;
}
.BgClassName
{
background-color: #F87C82;
}
</style>
border-color css
<style>
span { border-color: #F87C82; }
span { border-color: rgb(248,124,130); }
td.TdClassName
{
border-color: #F87C82;
}
.TagClassName
{
border-color: #F87C82;
}
</style>