Shades of Froly #F8767F
Tints of Froly #F8767F
RGB
CMYK
RGB Variations
Color information
#F8767F (or 0xF8767F) is known color: Froly. HEX triplet: F8, 76 and 7F. RGB value is (248,118,127). Sum of RGB (Red+Green+Blue) = 248+118+127=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8767F is #078980. Grayscale: #9D9D9D. Windows color (decimal): -493953 or 8353528. OLE color: 8353528.
HSL color Cylindrical-coordinate representation of color #F8767F: hue angle of 355.85º 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 #F8767F is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 118 | 127 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.03 |
| HSL | 355.85º | 0.9% | 0.72% | - |
| HSV(B) | 355.85º | 0.52% | 0.97% | - |
| XYZ | 49.02 | 34.45 | 24.14 | - |
| YUV | 157.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 118 | 127 | 0 | 0.52 | 0.49 | 0.03 | 355.85 | 0.9 | 0.72 |
| Hex | F8 | 76 | 7F | 0 | 34 | 31 | 3 | 164 | 5A | 48 |
| Octal | 370 | 166 | 177 | 0 | 64 | 61 | 3 | 544 | 132 | 110 |
| Binary | 11111000 | 1110110 | 1111111 | 0 | 110100 | 110001 | 11 | 101100100 | 1011010 | 1001000 |
Color Harmonies of #F8767F
Complementary color
Monochromatic Colors of #F8767F
Black with #F8767F
Text Example
Text Example
White with #F8767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8767F; }
p { color: rgb(248,118,127); }
H1.HeaderClassName
{
color: #F8767F;
}
.AnyTagClassName
{
color: #F8767F;
}
</style>
background-color css
<style>
a { background-color: #F8767F; }
a { background-color: rgb(248,118,127); }
div.DivClassName
{
background-color: #F8767F;
}
.BgClassName
{
background-color: #F8767F;
}
</style>
border-color css
<style>
span { border-color: #F8767F; }
span { border-color: rgb(248,118,127); }
td.TdClassName
{
border-color: #F8767F;
}
.TagClassName
{
border-color: #F8767F;
}
</style>