Shades of Froly #F5696A
Tints of Froly #F5696A
RGB
CMYK
RGB Variations
Color information
#F5696A (or 0xF5696A) is known color: Froly. HEX triplet: F5, 69 and 6A. RGB value is (245,105,106). Sum of RGB (Red+Green+Blue) = 245+105+106=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 106 (41.80% from 255 or 23.25% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5696A is #0A9695. Grayscale: #939393. Windows color (decimal): -693910 or 6973941. OLE color: 6973941.
HSL color Cylindrical-coordinate representation of color #F5696A: hue angle of 359.57º 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 #F5696A is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 106 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.04 |
| HSL | 359.57º | 0.88% | 0.69% | - |
| HSV(B) | 359.57º | 0.57% | 0.96% | - |
| XYZ | 45.31 | 30.56 | 17.15 | - |
| YUV | 146.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 106 | 0 | 0.57 | 0.57 | 0.04 | 359.57 | 0.88 | 0.69 |
| Hex | F5 | 69 | 6A | 0 | 39 | 39 | 4 | 168 | 58 | 45 |
| Octal | 365 | 151 | 152 | 0 | 71 | 71 | 4 | 550 | 130 | 105 |
| Binary | 11110101 | 1101001 | 1101010 | 0 | 111001 | 111001 | 100 | 101101000 | 1011000 | 1000101 |
Color Harmonies of #F5696A
Complementary color
Monochromatic Colors of #F5696A
Black with #F5696A
Text Example
Text Example
White with #F5696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5696A; }
p { color: rgb(245,105,106); }
H1.HeaderClassName
{
color: #F5696A;
}
.AnyTagClassName
{
color: #F5696A;
}
</style>
background-color css
<style>
a { background-color: #F5696A; }
a { background-color: rgb(245,105,106); }
div.DivClassName
{
background-color: #F5696A;
}
.BgClassName
{
background-color: #F5696A;
}
</style>
border-color css
<style>
span { border-color: #F5696A; }
span { border-color: rgb(245,105,106); }
td.TdClassName
{
border-color: #F5696A;
}
.TagClassName
{
border-color: #F5696A;
}
</style>