Shades of Froly #F9696D
Tints of Froly #F9696D
RGB
CMYK
RGB Variations
Color information
#F9696D (or 0xF9696D) is known color: Froly. HEX triplet: F9, 69 and 6D. RGB value is (249,105,109). Sum of RGB (Red+Green+Blue) = 249+105+109=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F9696D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9696D is #069692. Grayscale: #949494. Windows color (decimal): -431763 or 7170553. OLE color: 7170553.
HSL color Cylindrical-coordinate representation of color #F9696D: hue angle of 358.33º 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 #F9696D is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 109 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.02 |
| HSL | 358.33º | 0.92% | 0.69% | - |
| HSV(B) | 358.33º | 0.58% | 0.98% | - |
| XYZ | 46.88 | 31.35 | 18.05 | - |
| YUV | 148.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 109 | 0 | 0.58 | 0.56 | 0.02 | 358.33 | 0.92 | 0.69 |
| Hex | F9 | 69 | 6D | 0 | 3A | 38 | 2 | 166 | 5C | 45 |
| Octal | 371 | 151 | 155 | 0 | 72 | 70 | 2 | 546 | 134 | 105 |
| Binary | 11111001 | 1101001 | 1101101 | 0 | 111010 | 111000 | 10 | 101100110 | 1011100 | 1000101 |
Color Harmonies of #F9696D
Complementary color
Monochromatic Colors of #F9696D
Black with #F9696D
Text Example
Text Example
White with #F9696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9696D; }
p { color: rgb(249,105,109); }
H1.HeaderClassName
{
color: #F9696D;
}
.AnyTagClassName
{
color: #F9696D;
}
</style>
background-color css
<style>
a { background-color: #F9696D; }
a { background-color: rgb(249,105,109); }
div.DivClassName
{
background-color: #F9696D;
}
.BgClassName
{
background-color: #F9696D;
}
</style>
border-color css
<style>
span { border-color: #F9696D; }
span { border-color: rgb(249,105,109); }
td.TdClassName
{
border-color: #F9696D;
}
.TagClassName
{
border-color: #F9696D;
}
</style>