Shades of Froly #F8747A
Tints of Froly #F8747A
RGB
CMYK
RGB Variations
Color information
#F8747A (or 0xF8747A) is known color: Froly. HEX triplet: F8, 74 and 7A. RGB value is (248,116,122). Sum of RGB (Red+Green+Blue) = 248+116+122=486 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.03% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 122 (48.05% from 255 or 25.10% from 486); Max value from RGB is 248 - color contains mainly: red. Hex color #F8747A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8747A is #078B85. Grayscale: #9C9C9C. Windows color (decimal): -494470 or 8025336. OLE color: 8025336.
HSL color Cylindrical-coordinate representation of color #F8747A: hue angle of 357.27º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8747A is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 122 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.03 |
| HSL | 357.27º | 0.9% | 0.71% | - |
| HSV(B) | 357.27º | 0.53% | 0.97% | - |
| XYZ | 48.47 | 33.85 | 22.39 | - |
| YUV | 156.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 122 | 0 | 0.53 | 0.51 | 0.03 | 357.27 | 0.9 | 0.71 |
| Hex | F8 | 74 | 7A | 0 | 35 | 33 | 3 | 165 | 5A | 47 |
| Octal | 370 | 164 | 172 | 0 | 65 | 63 | 3 | 545 | 132 | 107 |
| Binary | 11111000 | 1110100 | 1111010 | 0 | 110101 | 110011 | 11 | 101100101 | 1011010 | 1000111 |
Color Harmonies of #F8747A
Complementary color
Monochromatic Colors of #F8747A
Black with #F8747A
Text Example
Text Example
White with #F8747A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8747A; }
p { color: rgb(248,116,122); }
H1.HeaderClassName
{
color: #F8747A;
}
.AnyTagClassName
{
color: #F8747A;
}
</style>
background-color css
<style>
a { background-color: #F8747A; }
a { background-color: rgb(248,116,122); }
div.DivClassName
{
background-color: #F8747A;
}
.BgClassName
{
background-color: #F8747A;
}
</style>
border-color css
<style>
span { border-color: #F8747A; }
span { border-color: rgb(248,116,122); }
td.TdClassName
{
border-color: #F8747A;
}
.TagClassName
{
border-color: #F8747A;
}
</style>