Shades of Froly #F2696B
Tints of Froly #F2696B
RGB
CMYK
RGB Variations
Color information
#F2696B (or 0xF2696B) is known color: Froly. HEX triplet: F2, 69 and 6B. RGB value is (242,105,107). Sum of RGB (Red+Green+Blue) = 242+105+107=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2696B is #0D9694. Grayscale: #929292. Windows color (decimal): -890517 or 7039474. OLE color: 7039474.
HSL color Cylindrical-coordinate representation of color #F2696B: hue angle of 359.12º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F2696B is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 107 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.05 |
| HSL | 359.12º | 0.84% | 0.68% | - |
| HSV(B) | 359.12º | 0.57% | 0.95% | - |
| XYZ | 44.32 | 30.04 | 17.37 | - |
| YUV | 146.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 107 | 0 | 0.57 | 0.56 | 0.05 | 359.12 | 0.84 | 0.68 |
| Hex | F2 | 69 | 6B | 0 | 39 | 38 | 5 | 167 | 54 | 44 |
| Octal | 362 | 151 | 153 | 0 | 71 | 70 | 5 | 547 | 124 | 104 |
| Binary | 11110010 | 1101001 | 1101011 | 0 | 111001 | 111000 | 101 | 101100111 | 1010100 | 1000100 |
Color Harmonies of #F2696B
Complementary color
Monochromatic Colors of #F2696B
Black with #F2696B
Text Example
Text Example
White with #F2696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2696B; }
p { color: rgb(242,105,107); }
H1.HeaderClassName
{
color: #F2696B;
}
.AnyTagClassName
{
color: #F2696B;
}
</style>
background-color css
<style>
a { background-color: #F2696B; }
a { background-color: rgb(242,105,107); }
div.DivClassName
{
background-color: #F2696B;
}
.BgClassName
{
background-color: #F2696B;
}
</style>
border-color css
<style>
span { border-color: #F2696B; }
span { border-color: rgb(242,105,107); }
td.TdClassName
{
border-color: #F2696B;
}
.TagClassName
{
border-color: #F2696B;
}
</style>