Shades of Froly #F0767C
Tints of Froly #F0767C
RGB
CMYK
RGB Variations
Color information
#F0767C (or 0xF0767C) is known color: Froly. HEX triplet: F0, 76 and 7C. RGB value is (240,118,124). Sum of RGB (Red+Green+Blue) = 240+118+124=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0767C is #0F8983. Grayscale: #9B9B9B. Windows color (decimal): -1018244 or 8156912. OLE color: 8156912.
HSL color Cylindrical-coordinate representation of color #F0767C: hue angle of 357.05º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F0767C is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 118 | 124 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.06 |
| HSL | 357.05º | 0.8% | 0.7% | - |
| HSV(B) | 357.05º | 0.51% | 0.94% | - |
| XYZ | 46.05 | 32.94 | 23 | - |
| YUV | 155.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 124 | 0 | 0.51 | 0.48 | 0.06 | 357.05 | 0.8 | 0.7 |
| Hex | F0 | 76 | 7C | 0 | 33 | 30 | 6 | 165 | 50 | 46 |
| Octal | 360 | 166 | 174 | 0 | 63 | 60 | 6 | 545 | 120 | 106 |
| Binary | 11110000 | 1110110 | 1111100 | 0 | 110011 | 110000 | 110 | 101100101 | 1010000 | 1000110 |
Color Harmonies of #F0767C
Complementary color
Monochromatic Colors of #F0767C
Black with #F0767C
Text Example
Text Example
White with #F0767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0767C; }
p { color: rgb(240,118,124); }
H1.HeaderClassName
{
color: #F0767C;
}
.AnyTagClassName
{
color: #F0767C;
}
</style>
background-color css
<style>
a { background-color: #F0767C; }
a { background-color: rgb(240,118,124); }
div.DivClassName
{
background-color: #F0767C;
}
.BgClassName
{
background-color: #F0767C;
}
</style>
border-color css
<style>
span { border-color: #F0767C; }
span { border-color: rgb(240,118,124); }
td.TdClassName
{
border-color: #F0767C;
}
.TagClassName
{
border-color: #F0767C;
}
</style>