Shades of Froly #F5696C
Tints of Froly #F5696C
RGB
CMYK
RGB Variations
Color information
#F5696C (or 0xF5696C) is known color: Froly. HEX triplet: F5, 69 and 6C. RGB value is (245,105,108). Sum of RGB (Red+Green+Blue) = 245+105+108=458 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.49% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 245 - color contains mainly: red. Hex color #F5696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5696C is #0A9693. Grayscale: #939393. Windows color (decimal): -693908 or 7105013. OLE color: 7105013.
HSL color Cylindrical-coordinate representation of color #F5696C: hue angle of 358.71º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5696C is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 108 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.04 |
| HSL | 358.71º | 0.88% | 0.69% | - |
| HSV(B) | 358.71º | 0.57% | 0.96% | - |
| XYZ | 45.41 | 30.6 | 17.7 | - |
| YUV | 147.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 108 | 0 | 0.57 | 0.56 | 0.04 | 358.71 | 0.88 | 0.69 |
| Hex | F5 | 69 | 6C | 0 | 39 | 38 | 4 | 167 | 58 | 45 |
| Octal | 365 | 151 | 154 | 0 | 71 | 70 | 4 | 547 | 130 | 105 |
| Binary | 11110101 | 1101001 | 1101100 | 0 | 111001 | 111000 | 100 | 101100111 | 1011000 | 1000101 |
Color Harmonies of #F5696C
Complementary color
Monochromatic Colors of #F5696C
Black with #F5696C
Text Example
Text Example
White with #F5696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5696C; }
p { color: rgb(245,105,108); }
H1.HeaderClassName
{
color: #F5696C;
}
.AnyTagClassName
{
color: #F5696C;
}
</style>
background-color css
<style>
a { background-color: #F5696C; }
a { background-color: rgb(245,105,108); }
div.DivClassName
{
background-color: #F5696C;
}
.BgClassName
{
background-color: #F5696C;
}
</style>
border-color css
<style>
span { border-color: #F5696C; }
span { border-color: rgb(245,105,108); }
td.TdClassName
{
border-color: #F5696C;
}
.TagClassName
{
border-color: #F5696C;
}
</style>