Shades of Froly #F0787D
Tints of Froly #F0787D
RGB
CMYK
RGB Variations
Color information
#F0787D (or 0xF0787D) is known color: Froly. HEX triplet: F0, 78 and 7D. RGB value is (240,120,125). Sum of RGB (Red+Green+Blue) = 240+120+125=485 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.48% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 240 - color contains mainly: red. Hex color #F0787D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0787D is #0F8782. Grayscale: #9C9C9C. Windows color (decimal): -1017731 or 8222960. OLE color: 8222960.
HSL color Cylindrical-coordinate representation of color #F0787D: hue angle of 357.5º 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 #F0787D is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 125 | - |
| CMYK | 0 | 0.5 | 0.48 | 0.06 |
| HSL | 357.5º | 0.8% | 0.71% | - |
| HSV(B) | 357.5º | 0.5% | 0.94% | - |
| XYZ | 46.35 | 33.44 | 23.41 | - |
| YUV | 156.45 | 110.26 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 125 | 0 | 0.5 | 0.48 | 0.06 | 357.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | 7D | 0 | 32 | 30 | 6 | 166 | 50 | 47 |
| Octal | 360 | 170 | 175 | 0 | 62 | 60 | 6 | 546 | 120 | 107 |
| Binary | 11110000 | 1111000 | 1111101 | 0 | 110010 | 110000 | 110 | 101100110 | 1010000 | 1000111 |
Color Harmonies of #F0787D
Complementary color
Monochromatic Colors of #F0787D
Black with #F0787D
Text Example
Text Example
White with #F0787D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0787D; }
p { color: rgb(240,120,125); }
H1.HeaderClassName
{
color: #F0787D;
}
.AnyTagClassName
{
color: #F0787D;
}
</style>
background-color css
<style>
a { background-color: #F0787D; }
a { background-color: rgb(240,120,125); }
div.DivClassName
{
background-color: #F0787D;
}
.BgClassName
{
background-color: #F0787D;
}
</style>
border-color css
<style>
span { border-color: #F0787D; }
span { border-color: rgb(240,120,125); }
td.TdClassName
{
border-color: #F0787D;
}
.TagClassName
{
border-color: #F0787D;
}
</style>