Shades of Froly #F87A81
Tints of Froly #F87A81
RGB
CMYK
RGB Variations
Color information
#F87A81 (or 0xF87A81) is known color: Froly. HEX triplet: F8, 7A and 81. RGB value is (248,122,129). Sum of RGB (Red+Green+Blue) = 248+122+129=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 129 (50.78% from 255 or 25.85% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F87A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87A81 is #07857E. Grayscale: #A0A0A0. Windows color (decimal): -492927 or 8485624. OLE color: 8485624.
HSL color Cylindrical-coordinate representation of color #F87A81: hue angle of 356.67º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87A81 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 129 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.03 |
| HSL | 356.67º | 0.9% | 0.73% | - |
| HSV(B) | 356.67º | 0.51% | 0.97% | - |
| XYZ | 49.63 | 35.46 | 25 | - |
| YUV | 160.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 129 | 0 | 0.51 | 0.48 | 0.03 | 356.67 | 0.9 | 0.73 |
| Hex | F8 | 7A | 81 | 0 | 33 | 30 | 3 | 165 | 5A | 49 |
| Octal | 370 | 172 | 201 | 0 | 63 | 60 | 3 | 545 | 132 | 111 |
| Binary | 11111000 | 1111010 | 10000001 | 0 | 110011 | 110000 | 11 | 101100101 | 1011010 | 1001001 |
Color Harmonies of #F87A81
Complementary color
Monochromatic Colors of #F87A81
Black with #F87A81
Text Example
Text Example
White with #F87A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87A81; }
p { color: rgb(248,122,129); }
H1.HeaderClassName
{
color: #F87A81;
}
.AnyTagClassName
{
color: #F87A81;
}
</style>
background-color css
<style>
a { background-color: #F87A81; }
a { background-color: rgb(248,122,129); }
div.DivClassName
{
background-color: #F87A81;
}
.BgClassName
{
background-color: #F87A81;
}
</style>
border-color css
<style>
span { border-color: #F87A81; }
span { border-color: rgb(248,122,129); }
td.TdClassName
{
border-color: #F87A81;
}
.TagClassName
{
border-color: #F87A81;
}
</style>