Shades of Froly #F0797D
Tints of Froly #F0797D
RGB
CMYK
RGB Variations
Color information
#F0797D (or 0xF0797D) is known color: Froly. HEX triplet: F0, 79 and 7D. RGB value is (240,121,125). Sum of RGB (Red+Green+Blue) = 240+121+125=486 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.38% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 240 - color contains mainly: red. Hex color #F0797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0797D is #0F8682. Grayscale: #9D9D9D. Windows color (decimal): -1017475 or 8223216. OLE color: 8223216.
HSL color Cylindrical-coordinate representation of color #F0797D: hue angle of 357.98º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0797D is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 125 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.06 |
| HSL | 357.98º | 0.8% | 0.71% | - |
| HSV(B) | 357.98º | 0.5% | 0.94% | - |
| XYZ | 46.47 | 33.68 | 23.45 | - |
| YUV | 157.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 125 | 0 | 0.50 | 0.48 | 0.06 | 357.98 | 0.8 | 0.71 |
| Hex | F0 | 79 | 7D | 0 | 32 | 30 | 6 | 166 | 50 | 47 |
| Octal | 360 | 171 | 175 | 0 | 62 | 60 | 6 | 546 | 120 | 107 |
| Binary | 11110000 | 1111001 | 1111101 | 0 | 110010 | 110000 | 110 | 101100110 | 1010000 | 1000111 |
Color Harmonies of #F0797D
Complementary color
Monochromatic Colors of #F0797D
Black with #F0797D
Text Example
Text Example
White with #F0797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0797D; }
p { color: rgb(240,121,125); }
H1.HeaderClassName
{
color: #F0797D;
}
.AnyTagClassName
{
color: #F0797D;
}
</style>
background-color css
<style>
a { background-color: #F0797D; }
a { background-color: rgb(240,121,125); }
div.DivClassName
{
background-color: #F0797D;
}
.BgClassName
{
background-color: #F0797D;
}
</style>
border-color css
<style>
span { border-color: #F0797D; }
span { border-color: rgb(240,121,125); }
td.TdClassName
{
border-color: #F0797D;
}
.TagClassName
{
border-color: #F0797D;
}
</style>