Shades of Froly #F0787C
Tints of Froly #F0787C
RGB
CMYK
RGB Variations
Color information
#F0787C (or 0xF0787C) is known color: Froly. HEX triplet: F0, 78 and 7C. RGB value is (240,120,124). Sum of RGB (Red+Green+Blue) = 240+120+124=484 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.59% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 240 - color contains mainly: red. Hex color #F0787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0787C is #0F8783. Grayscale: #9C9C9C. Windows color (decimal): -1017732 or 8157424. OLE color: 8157424.
HSL color Cylindrical-coordinate representation of color #F0787C: hue angle of 358º 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 #F0787C is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 124 | - |
| CMYK | 0 | 0.5 | 0.48 | 0.06 |
| HSL | 358º | 0.8% | 0.71% | - |
| HSV(B) | 358º | 0.5% | 0.94% | - |
| XYZ | 46.29 | 33.41 | 23.08 | - |
| YUV | 156.34 | 109.76 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 124 | 0 | 0.5 | 0.48 | 0.06 | 358 | 0.8 | 0.71 |
| Hex | F0 | 78 | 7C | 0 | 32 | 30 | 6 | 166 | 50 | 47 |
| Octal | 360 | 170 | 174 | 0 | 62 | 60 | 6 | 546 | 120 | 107 |
| Binary | 11110000 | 1111000 | 1111100 | 0 | 110010 | 110000 | 110 | 101100110 | 1010000 | 1000111 |
Color Harmonies of #F0787C
Complementary color
Monochromatic Colors of #F0787C
Black with #F0787C
Text Example
Text Example
White with #F0787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0787C; }
p { color: rgb(240,120,124); }
H1.HeaderClassName
{
color: #F0787C;
}
.AnyTagClassName
{
color: #F0787C;
}
</style>
background-color css
<style>
a { background-color: #F0787C; }
a { background-color: rgb(240,120,124); }
div.DivClassName
{
background-color: #F0787C;
}
.BgClassName
{
background-color: #F0787C;
}
</style>
border-color css
<style>
span { border-color: #F0787C; }
span { border-color: rgb(240,120,124); }
td.TdClassName
{
border-color: #F0787C;
}
.TagClassName
{
border-color: #F0787C;
}
</style>