Shades of Froly #F0696B
Tints of Froly #F0696B
RGB
CMYK
RGB Variations
Color information
#F0696B (or 0xF0696B) is known color: Froly. HEX triplet: F0, 69 and 6B. RGB value is (240,105,107). Sum of RGB (Red+Green+Blue) = 240+105+107=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0696B is #0F9694. Grayscale: #919191. Windows color (decimal): -1021589 or 7039472. OLE color: 7039472.
HSL color Cylindrical-coordinate representation of color #F0696B: hue angle of 359.11º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0696B is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 107 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.06 |
| HSL | 359.11º | 0.82% | 0.68% | - |
| HSV(B) | 359.11º | 0.56% | 0.94% | - |
| XYZ | 43.64 | 29.69 | 17.34 | - |
| YUV | 145.59 | 106.23 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 107 | 0 | 0.56 | 0.55 | 0.06 | 359.11 | 0.82 | 0.68 |
| Hex | F0 | 69 | 6B | 0 | 38 | 37 | 6 | 167 | 52 | 44 |
| Octal | 360 | 151 | 153 | 0 | 70 | 67 | 6 | 547 | 122 | 104 |
| Binary | 11110000 | 1101001 | 1101011 | 0 | 111000 | 110111 | 110 | 101100111 | 1010010 | 1000100 |
Color Harmonies of #F0696B
Complementary color
Monochromatic Colors of #F0696B
Black with #F0696B
Text Example
Text Example
White with #F0696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0696B; }
p { color: rgb(240,105,107); }
H1.HeaderClassName
{
color: #F0696B;
}
.AnyTagClassName
{
color: #F0696B;
}
</style>
background-color css
<style>
a { background-color: #F0696B; }
a { background-color: rgb(240,105,107); }
div.DivClassName
{
background-color: #F0696B;
}
.BgClassName
{
background-color: #F0696B;
}
</style>
border-color css
<style>
span { border-color: #F0696B; }
span { border-color: rgb(240,105,107); }
td.TdClassName
{
border-color: #F0696B;
}
.TagClassName
{
border-color: #F0696B;
}
</style>