Shades of Froly #F8767A
Tints of Froly #F8767A
RGB
CMYK
RGB Variations
Color information
#F8767A (or 0xF8767A) is known color: Froly. HEX triplet: F8, 76 and 7A. RGB value is (248,118,122). Sum of RGB (Red+Green+Blue) = 248+118+122=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F8767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8767A is #078985. Grayscale: #9D9D9D. Windows color (decimal): -493958 or 8025848. OLE color: 8025848.
HSL color Cylindrical-coordinate representation of color #F8767A: hue angle of 358.15º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8767A is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 122 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.03 |
| HSL | 358.15º | 0.9% | 0.72% | - |
| HSV(B) | 358.15º | 0.52% | 0.97% | - |
| XYZ | 48.7 | 34.32 | 22.47 | - |
| YUV | 157.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 122 | 0 | 0.52 | 0.51 | 0.03 | 358.15 | 0.9 | 0.72 |
| Hex | F8 | 76 | 7A | 0 | 34 | 33 | 3 | 166 | 5A | 48 |
| Octal | 370 | 166 | 172 | 0 | 64 | 63 | 3 | 546 | 132 | 110 |
| Binary | 11111000 | 1110110 | 1111010 | 0 | 110100 | 110011 | 11 | 101100110 | 1011010 | 1001000 |
Color Harmonies of #F8767A
Complementary color
Monochromatic Colors of #F8767A
Black with #F8767A
Text Example
Text Example
White with #F8767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8767A; }
p { color: rgb(248,118,122); }
H1.HeaderClassName
{
color: #F8767A;
}
.AnyTagClassName
{
color: #F8767A;
}
</style>
background-color css
<style>
a { background-color: #F8767A; }
a { background-color: rgb(248,118,122); }
div.DivClassName
{
background-color: #F8767A;
}
.BgClassName
{
background-color: #F8767A;
}
</style>
border-color css
<style>
span { border-color: #F8767A; }
span { border-color: rgb(248,118,122); }
td.TdClassName
{
border-color: #F8767A;
}
.TagClassName
{
border-color: #F8767A;
}
</style>