Shades of Froly #F87C80
Tints of Froly #F87C80
RGB
CMYK
RGB Variations
Color information
#F87C80 (or 0xF87C80) is known color: Froly. HEX triplet: F8, 7C and 80. RGB value is (248,124,128). Sum of RGB (Red+Green+Blue) = 248+124+128=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F87C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87C80 is #07837F. Grayscale: #A1A1A1. Windows color (decimal): -492416 or 8420600. OLE color: 8420600.
HSL color Cylindrical-coordinate representation of color #F87C80: hue angle of 358.06º 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 #F87C80 is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 128 | - |
| CMYK | 0 | 0.5 | 0.48 | 0.03 |
| HSL | 358.06º | 0.9% | 0.73% | - |
| HSV(B) | 358.06º | 0.5% | 0.97% | - |
| XYZ | 49.82 | 35.93 | 24.73 | - |
| YUV | 161.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 128 | 0 | 0.5 | 0.48 | 0.03 | 358.06 | 0.9 | 0.73 |
| Hex | F8 | 7C | 80 | 0 | 32 | 30 | 3 | 166 | 5A | 49 |
| Octal | 370 | 174 | 200 | 0 | 62 | 60 | 3 | 546 | 132 | 111 |
| Binary | 11111000 | 1111100 | 10000000 | 0 | 110010 | 110000 | 11 | 101100110 | 1011010 | 1001001 |
Color Harmonies of #F87C80
Complementary color
Monochromatic Colors of #F87C80
Black with #F87C80
Text Example
Text Example
White with #F87C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87C80; }
p { color: rgb(248,124,128); }
H1.HeaderClassName
{
color: #F87C80;
}
.AnyTagClassName
{
color: #F87C80;
}
</style>
background-color css
<style>
a { background-color: #F87C80; }
a { background-color: rgb(248,124,128); }
div.DivClassName
{
background-color: #F87C80;
}
.BgClassName
{
background-color: #F87C80;
}
</style>
border-color css
<style>
span { border-color: #F87C80; }
span { border-color: rgb(248,124,128); }
td.TdClassName
{
border-color: #F87C80;
}
.TagClassName
{
border-color: #F87C80;
}
</style>