Shades of Froly #F26D76
Tints of Froly #F26D76
RGB
CMYK
RGB Variations
Color information
#F26D76 (or 0xF26D76) is known color: Froly. HEX triplet: F2, 6D and 76. RGB value is (242,109,118). Sum of RGB (Red+Green+Blue) = 242+109+118=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D76 is #0D9289. Grayscale: #959595. Windows color (decimal): -889482 or 7761394. OLE color: 7761394.
HSL color Cylindrical-coordinate representation of color #F26D76: hue angle of 355.94º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F26D76 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 118 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.05 |
| HSL | 355.94º | 0.84% | 0.69% | - |
| HSV(B) | 355.94º | 0.55% | 0.95% | - |
| XYZ | 45.36 | 31.12 | 20.76 | - |
| YUV | 149.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 118 | 0 | 0.55 | 0.51 | 0.05 | 355.94 | 0.84 | 0.69 |
| Hex | F2 | 6D | 76 | 0 | 37 | 33 | 5 | 164 | 54 | 45 |
| Octal | 362 | 155 | 166 | 0 | 67 | 63 | 5 | 544 | 124 | 105 |
| Binary | 11110010 | 1101101 | 1110110 | 0 | 110111 | 110011 | 101 | 101100100 | 1010100 | 1000101 |
Color Harmonies of #F26D76
Complementary color
Monochromatic Colors of #F26D76
Black with #F26D76
Text Example
Text Example
White with #F26D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D76; }
p { color: rgb(242,109,118); }
H1.HeaderClassName
{
color: #F26D76;
}
.AnyTagClassName
{
color: #F26D76;
}
</style>
background-color css
<style>
a { background-color: #F26D76; }
a { background-color: rgb(242,109,118); }
div.DivClassName
{
background-color: #F26D76;
}
.BgClassName
{
background-color: #F26D76;
}
</style>
border-color css
<style>
span { border-color: #F26D76; }
span { border-color: rgb(242,109,118); }
td.TdClassName
{
border-color: #F26D76;
}
.TagClassName
{
border-color: #F26D76;
}
</style>