Shades of Froly #F4696B
Tints of Froly #F4696B
RGB
CMYK
RGB Variations
Color information
#F4696B (or 0xF4696B) is known color: Froly. HEX triplet: F4, 69 and 6B. RGB value is (244,105,107). Sum of RGB (Red+Green+Blue) = 244+105+107=456 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.51% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 244 - color contains mainly: red. Hex color #F4696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F4696B is #0B9694. Grayscale: #929292. Windows color (decimal): -759445 or 7039476. OLE color: 7039476.
HSL color Cylindrical-coordinate representation of color #F4696B: hue angle of 359.14º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4696B is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 107 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.04 |
| HSL | 359.14º | 0.86% | 0.68% | - |
| HSV(B) | 359.14º | 0.57% | 0.96% | - |
| XYZ | 45.01 | 30.4 | 17.4 | - |
| YUV | 146.79 | 105.55 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 107 | 0 | 0.57 | 0.56 | 0.04 | 359.14 | 0.86 | 0.68 |
| Hex | F4 | 69 | 6B | 0 | 39 | 38 | 4 | 167 | 56 | 44 |
| Octal | 364 | 151 | 153 | 0 | 71 | 70 | 4 | 547 | 126 | 104 |
| Binary | 11110100 | 1101001 | 1101011 | 0 | 111001 | 111000 | 100 | 101100111 | 1010110 | 1000100 |
Color Harmonies of #F4696B
Complementary color
Monochromatic Colors of #F4696B
Black with #F4696B
Text Example
Text Example
White with #F4696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4696B; }
p { color: rgb(244,105,107); }
H1.HeaderClassName
{
color: #F4696B;
}
.AnyTagClassName
{
color: #F4696B;
}
</style>
background-color css
<style>
a { background-color: #F4696B; }
a { background-color: rgb(244,105,107); }
div.DivClassName
{
background-color: #F4696B;
}
.BgClassName
{
background-color: #F4696B;
}
</style>
border-color css
<style>
span { border-color: #F4696B; }
span { border-color: rgb(244,105,107); }
td.TdClassName
{
border-color: #F4696B;
}
.TagClassName
{
border-color: #F4696B;
}
</style>