Shades of Froly #F8747D
Tints of Froly #F8747D
RGB
CMYK
RGB Variations
Color information
#F8747D (or 0xF8747D) is known color: Froly. HEX triplet: F8, 74 and 7D. RGB value is (248,116,125). Sum of RGB (Red+Green+Blue) = 248+116+125=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 116 (45.70% from 255 or 23.72% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F8747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8747D is #078B82. Grayscale: #9C9C9C. Windows color (decimal): -494467 or 8221944. OLE color: 8221944.
HSL color Cylindrical-coordinate representation of color #F8747D: hue angle of 355.91º 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 #F8747D is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 116 | 125 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.03 |
| HSL | 355.91º | 0.9% | 0.71% | - |
| HSV(B) | 355.91º | 0.53% | 0.97% | - |
| XYZ | 48.66 | 33.93 | 23.39 | - |
| YUV | 156.49 | 110.23 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 116 | 125 | 0 | 0.53 | 0.50 | 0.03 | 355.91 | 0.9 | 0.71 |
| Hex | F8 | 74 | 7D | 0 | 35 | 32 | 3 | 164 | 5A | 47 |
| Octal | 370 | 164 | 175 | 0 | 65 | 62 | 3 | 544 | 132 | 107 |
| Binary | 11111000 | 1110100 | 1111101 | 0 | 110101 | 110010 | 11 | 101100100 | 1011010 | 1000111 |
Color Harmonies of #F8747D
Complementary color
Monochromatic Colors of #F8747D
Black with #F8747D
Text Example
Text Example
White with #F8747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8747D; }
p { color: rgb(248,116,125); }
H1.HeaderClassName
{
color: #F8747D;
}
.AnyTagClassName
{
color: #F8747D;
}
</style>
background-color css
<style>
a { background-color: #F8747D; }
a { background-color: rgb(248,116,125); }
div.DivClassName
{
background-color: #F8747D;
}
.BgClassName
{
background-color: #F8747D;
}
</style>
border-color css
<style>
span { border-color: #F8747D; }
span { border-color: rgb(248,116,125); }
td.TdClassName
{
border-color: #F8747D;
}
.TagClassName
{
border-color: #F8747D;
}
</style>