Shades of Froly #F87B7C
Tints of Froly #F87B7C
RGB
CMYK
RGB Variations
Color information
#F87B7C (or 0xF87B7C) is known color: Froly. HEX triplet: F8, 7B and 7C. RGB value is (248,123,124). Sum of RGB (Red+Green+Blue) = 248+123+124=495 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.10% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F87B7C is #078483. Grayscale: #A0A0A0. Windows color (decimal): -492676 or 8158200. OLE color: 8158200.
HSL color Cylindrical-coordinate representation of color #F87B7C: hue angle of 359.52º 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 #F87B7C is Cyan = 0, Magento = 0.50, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 124 | - |
| CMYK | 0 | 0.50 | 0.5 | 0.03 |
| HSL | 359.52º | 0.9% | 0.73% | - |
| HSV(B) | 359.52º | 0.5% | 0.97% | - |
| XYZ | 49.43 | 35.58 | 23.33 | - |
| YUV | 160.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 124 | 0 | 0.50 | 0.5 | 0.03 | 359.52 | 0.9 | 0.73 |
| Hex | F8 | 7B | 7C | 0 | 32 | 32 | 3 | 168 | 5A | 49 |
| Octal | 370 | 173 | 174 | 0 | 62 | 62 | 3 | 550 | 132 | 111 |
| Binary | 11111000 | 1111011 | 1111100 | 0 | 110010 | 110010 | 11 | 101101000 | 1011010 | 1001001 |
Color Harmonies of #F87B7C
Complementary color
Monochromatic Colors of #F87B7C
Black with #F87B7C
Text Example
Text Example
White with #F87B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B7C; }
p { color: rgb(248,123,124); }
H1.HeaderClassName
{
color: #F87B7C;
}
.AnyTagClassName
{
color: #F87B7C;
}
</style>
background-color css
<style>
a { background-color: #F87B7C; }
a { background-color: rgb(248,123,124); }
div.DivClassName
{
background-color: #F87B7C;
}
.BgClassName
{
background-color: #F87B7C;
}
</style>
border-color css
<style>
span { border-color: #F87B7C; }
span { border-color: rgb(248,123,124); }
td.TdClassName
{
border-color: #F87B7C;
}
.TagClassName
{
border-color: #F87B7C;
}
</style>