Shades of Froly #F0787A
Tints of Froly #F0787A
RGB
CMYK
RGB Variations
Color information
#F0787A (or 0xF0787A) is known color: Froly. HEX triplet: F0, 78 and 7A. RGB value is (240,120,122). Sum of RGB (Red+Green+Blue) = 240+120+122=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0787A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0787A is #0F8785. Grayscale: #9C9C9C. Windows color (decimal): -1017734 or 8026352. OLE color: 8026352.
HSL color Cylindrical-coordinate representation of color #F0787A: hue angle of 359º 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 #F0787A is Cyan = 0, Magento = 0.5, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 122 | - |
| CMYK | 0 | 0.5 | 0.49 | 0.06 |
| HSL | 359º | 0.8% | 0.71% | - |
| HSV(B) | 359º | 0.5% | 0.94% | - |
| XYZ | 46.16 | 33.36 | 22.42 | - |
| YUV | 156.11 | 108.76 | 187.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 122 | 0 | 0.5 | 0.49 | 0.06 | 359 | 0.8 | 0.71 |
| Hex | F0 | 78 | 7A | 0 | 32 | 31 | 6 | 167 | 50 | 47 |
| Octal | 360 | 170 | 172 | 0 | 62 | 61 | 6 | 547 | 120 | 107 |
| Binary | 11110000 | 1111000 | 1111010 | 0 | 110010 | 110001 | 110 | 101100111 | 1010000 | 1000111 |
Color Harmonies of #F0787A
Complementary color
Monochromatic Colors of #F0787A
Black with #F0787A
Text Example
Text Example
White with #F0787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0787A; }
p { color: rgb(240,120,122); }
H1.HeaderClassName
{
color: #F0787A;
}
.AnyTagClassName
{
color: #F0787A;
}
</style>
background-color css
<style>
a { background-color: #F0787A; }
a { background-color: rgb(240,120,122); }
div.DivClassName
{
background-color: #F0787A;
}
.BgClassName
{
background-color: #F0787A;
}
</style>
border-color css
<style>
span { border-color: #F0787A; }
span { border-color: rgb(240,120,122); }
td.TdClassName
{
border-color: #F0787A;
}
.TagClassName
{
border-color: #F0787A;
}
</style>