Shades of Froly #F9696B
Tints of Froly #F9696B
RGB
CMYK
RGB Variations
Color information
#F9696B (or 0xF9696B) is known color: Froly. HEX triplet: F9, 69 and 6B. RGB value is (249,105,107). Sum of RGB (Red+Green+Blue) = 249+105+107=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F9696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9696B is #069694. Grayscale: #949494. Windows color (decimal): -431765 or 7039481. OLE color: 7039481.
HSL color Cylindrical-coordinate representation of color #F9696B: hue angle of 359.17º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9696B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 107 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.02 |
| HSL | 359.17º | 0.92% | 0.69% | - |
| HSV(B) | 359.17º | 0.58% | 0.98% | - |
| XYZ | 46.77 | 31.3 | 17.49 | - |
| YUV | 148.28 | 104.71 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 107 | 0 | 0.58 | 0.57 | 0.02 | 359.17 | 0.92 | 0.69 |
| Hex | F9 | 69 | 6B | 0 | 3A | 39 | 2 | 167 | 5C | 45 |
| Octal | 371 | 151 | 153 | 0 | 72 | 71 | 2 | 547 | 134 | 105 |
| Binary | 11111001 | 1101001 | 1101011 | 0 | 111010 | 111001 | 10 | 101100111 | 1011100 | 1000101 |
Color Harmonies of #F9696B
Complementary color
Monochromatic Colors of #F9696B
Black with #F9696B
Text Example
Text Example
White with #F9696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9696B; }
p { color: rgb(249,105,107); }
H1.HeaderClassName
{
color: #F9696B;
}
.AnyTagClassName
{
color: #F9696B;
}
</style>
background-color css
<style>
a { background-color: #F9696B; }
a { background-color: rgb(249,105,107); }
div.DivClassName
{
background-color: #F9696B;
}
.BgClassName
{
background-color: #F9696B;
}
</style>
border-color css
<style>
span { border-color: #F9696B; }
span { border-color: rgb(249,105,107); }
td.TdClassName
{
border-color: #F9696B;
}
.TagClassName
{
border-color: #F9696B;
}
</style>