Shades of Froly #F0696A
Tints of Froly #F0696A
RGB
CMYK
RGB Variations
Color information
#F0696A (or 0xF0696A) is known color: Froly. HEX triplet: F0, 69 and 6A. RGB value is (240,105,106). Sum of RGB (Red+Green+Blue) = 240+105+106=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 106 (41.80% from 255 or 23.50% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F0696A is #0F9695. Grayscale: #919191. Windows color (decimal): -1021590 or 6973936. OLE color: 6973936.
HSL color Cylindrical-coordinate representation of color #F0696A: hue angle of 359.56º 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 #F0696A is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 105 | 106 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.06 |
| HSL | 359.56º | 0.82% | 0.68% | - |
| HSV(B) | 359.56º | 0.56% | 0.94% | - |
| XYZ | 43.59 | 29.67 | 17.07 | - |
| YUV | 145.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 105 | 106 | 0 | 0.56 | 0.56 | 0.06 | 359.56 | 0.82 | 0.68 |
| Hex | F0 | 69 | 6A | 0 | 38 | 38 | 6 | 168 | 52 | 44 |
| Octal | 360 | 151 | 152 | 0 | 70 | 70 | 6 | 550 | 122 | 104 |
| Binary | 11110000 | 1101001 | 1101010 | 0 | 111000 | 111000 | 110 | 101101000 | 1010010 | 1000100 |
Color Harmonies of #F0696A
Complementary color
Monochromatic Colors of #F0696A
Black with #F0696A
Text Example
Text Example
White with #F0696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0696A; }
p { color: rgb(240,105,106); }
H1.HeaderClassName
{
color: #F0696A;
}
.AnyTagClassName
{
color: #F0696A;
}
</style>
background-color css
<style>
a { background-color: #F0696A; }
a { background-color: rgb(240,105,106); }
div.DivClassName
{
background-color: #F0696A;
}
.BgClassName
{
background-color: #F0696A;
}
</style>
border-color css
<style>
span { border-color: #F0696A; }
span { border-color: rgb(240,105,106); }
td.TdClassName
{
border-color: #F0696A;
}
.TagClassName
{
border-color: #F0696A;
}
</style>