Shades of Froly #F8717A
Tints of Froly #F8717A
RGB
CMYK
RGB Variations
Color information
#F8717A (or 0xF8717A) is known color: Froly. HEX triplet: F8, 71 and 7A. RGB value is (248,113,122). Sum of RGB (Red+Green+Blue) = 248+113+122=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F8717A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8717A is #078E85. Grayscale: #9A9A9A. Windows color (decimal): -495238 or 8024568. OLE color: 8024568.
HSL color Cylindrical-coordinate representation of color #F8717A: hue angle of 356º degrees, saturation: 0.91, 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 #F8717A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 113 | 122 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.03 |
| HSL | 356º | 0.91% | 0.71% | - |
| HSV(B) | 356º | 0.54% | 0.97% | - |
| XYZ | 48.13 | 33.17 | 22.28 | - |
| YUV | 154.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 113 | 122 | 0 | 0.54 | 0.51 | 0.03 | 356 | 0.91 | 0.71 |
| Hex | F8 | 71 | 7A | 0 | 36 | 33 | 3 | 164 | 5B | 47 |
| Octal | 370 | 161 | 172 | 0 | 66 | 63 | 3 | 544 | 133 | 107 |
| Binary | 11111000 | 1110001 | 1111010 | 0 | 110110 | 110011 | 11 | 101100100 | 1011011 | 1000111 |
Color Harmonies of #F8717A
Complementary color
Monochromatic Colors of #F8717A
Black with #F8717A
Text Example
Text Example
White with #F8717A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8717A; }
p { color: rgb(248,113,122); }
H1.HeaderClassName
{
color: #F8717A;
}
.AnyTagClassName
{
color: #F8717A;
}
</style>
background-color css
<style>
a { background-color: #F8717A; }
a { background-color: rgb(248,113,122); }
div.DivClassName
{
background-color: #F8717A;
}
.BgClassName
{
background-color: #F8717A;
}
</style>
border-color css
<style>
span { border-color: #F8717A; }
span { border-color: rgb(248,113,122); }
td.TdClassName
{
border-color: #F8717A;
}
.TagClassName
{
border-color: #F8717A;
}
</style>