Shades of Froly #F9696C
Tints of Froly #F9696C
RGB
CMYK
RGB Variations
Color information
#F9696C (or 0xF9696C) is known color: Froly. HEX triplet: F9, 69 and 6C. RGB value is (249,105,108). Sum of RGB (Red+Green+Blue) = 249+105+108=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9696C is #069693. Grayscale: #949494. Windows color (decimal): -431764 or 7105017. OLE color: 7105017.
HSL color Cylindrical-coordinate representation of color #F9696C: hue angle of 358.75º 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 #F9696C is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 108 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.02 |
| HSL | 358.75º | 0.92% | 0.69% | - |
| HSV(B) | 358.75º | 0.58% | 0.98% | - |
| XYZ | 46.83 | 31.33 | 17.77 | - |
| YUV | 148.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 108 | 0 | 0.58 | 0.57 | 0.02 | 358.75 | 0.92 | 0.69 |
| Hex | F9 | 69 | 6C | 0 | 3A | 39 | 2 | 167 | 5C | 45 |
| Octal | 371 | 151 | 154 | 0 | 72 | 71 | 2 | 547 | 134 | 105 |
| Binary | 11111001 | 1101001 | 1101100 | 0 | 111010 | 111001 | 10 | 101100111 | 1011100 | 1000101 |
Color Harmonies of #F9696C
Complementary color
Monochromatic Colors of #F9696C
Black with #F9696C
Text Example
Text Example
White with #F9696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9696C; }
p { color: rgb(249,105,108); }
H1.HeaderClassName
{
color: #F9696C;
}
.AnyTagClassName
{
color: #F9696C;
}
</style>
background-color css
<style>
a { background-color: #F9696C; }
a { background-color: rgb(249,105,108); }
div.DivClassName
{
background-color: #F9696C;
}
.BgClassName
{
background-color: #F9696C;
}
</style>
border-color css
<style>
span { border-color: #F9696C; }
span { border-color: rgb(249,105,108); }
td.TdClassName
{
border-color: #F9696C;
}
.TagClassName
{
border-color: #F9696C;
}
</style>