Shades of Froly #F0696D
Tints of Froly #F0696D
RGB
CMYK
RGB Variations
Color information
#F0696D (or 0xF0696D) is known color: Froly. HEX triplet: F0, 69 and 6D. RGB value is (240,105,109). Sum of RGB (Red+Green+Blue) = 240+105+109=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F0696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0696D is #0F9692. Grayscale: #919191. Windows color (decimal): -1021587 or 7170544. OLE color: 7170544.
HSL color Cylindrical-coordinate representation of color #F0696D: hue angle of 358.22º 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 #F0696D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 109 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.06 |
| HSL | 358.22º | 0.82% | 0.68% | - |
| HSV(B) | 358.22º | 0.56% | 0.94% | - |
| XYZ | 43.75 | 29.73 | 17.9 | - |
| YUV | 145.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 109 | 0 | 0.56 | 0.55 | 0.06 | 358.22 | 0.82 | 0.68 |
| Hex | F0 | 69 | 6D | 0 | 38 | 37 | 6 | 166 | 52 | 44 |
| Octal | 360 | 151 | 155 | 0 | 70 | 67 | 6 | 546 | 122 | 104 |
| Binary | 11110000 | 1101001 | 1101101 | 0 | 111000 | 110111 | 110 | 101100110 | 1010010 | 1000100 |
Color Harmonies of #F0696D
Complementary color
Monochromatic Colors of #F0696D
Black with #F0696D
Text Example
Text Example
White with #F0696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0696D; }
p { color: rgb(240,105,109); }
H1.HeaderClassName
{
color: #F0696D;
}
.AnyTagClassName
{
color: #F0696D;
}
</style>
background-color css
<style>
a { background-color: #F0696D; }
a { background-color: rgb(240,105,109); }
div.DivClassName
{
background-color: #F0696D;
}
.BgClassName
{
background-color: #F0696D;
}
</style>
border-color css
<style>
span { border-color: #F0696D; }
span { border-color: rgb(240,105,109); }
td.TdClassName
{
border-color: #F0696D;
}
.TagClassName
{
border-color: #F0696D;
}
</style>