Shades of Froly #F8737D
Tints of Froly #F8737D
RGB
CMYK
RGB Variations
Color information
#F8737D (or 0xF8737D) is known color: Froly. HEX triplet: F8, 73 and 7D. RGB value is (248,115,125). Sum of RGB (Red+Green+Blue) = 248+115+125=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 115 (45.31% from 255 or 23.57% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8737D is #078C82. Grayscale: #9C9C9C. Windows color (decimal): -494723 or 8221688. OLE color: 8221688.
HSL color Cylindrical-coordinate representation of color #F8737D: hue angle of 355.49º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8737D is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 125 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.03 |
| HSL | 355.49º | 0.9% | 0.71% | - |
| HSV(B) | 355.49º | 0.54% | 0.97% | - |
| XYZ | 48.54 | 33.7 | 23.35 | - |
| YUV | 155.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 125 | 0 | 0.54 | 0.50 | 0.03 | 355.49 | 0.9 | 0.71 |
| Hex | F8 | 73 | 7D | 0 | 36 | 32 | 3 | 163 | 5A | 47 |
| Octal | 370 | 163 | 175 | 0 | 66 | 62 | 3 | 543 | 132 | 107 |
| Binary | 11111000 | 1110011 | 1111101 | 0 | 110110 | 110010 | 11 | 101100011 | 1011010 | 1000111 |
Color Harmonies of #F8737D
Complementary color
Monochromatic Colors of #F8737D
Black with #F8737D
Text Example
Text Example
White with #F8737D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8737D; }
p { color: rgb(248,115,125); }
H1.HeaderClassName
{
color: #F8737D;
}
.AnyTagClassName
{
color: #F8737D;
}
</style>
background-color css
<style>
a { background-color: #F8737D; }
a { background-color: rgb(248,115,125); }
div.DivClassName
{
background-color: #F8737D;
}
.BgClassName
{
background-color: #F8737D;
}
</style>
border-color css
<style>
span { border-color: #F8737D; }
span { border-color: rgb(248,115,125); }
td.TdClassName
{
border-color: #F8737D;
}
.TagClassName
{
border-color: #F8737D;
}
</style>