Shades of Froly #F26D71
Tints of Froly #F26D71
RGB
CMYK
RGB Variations
Color information
#F26D71 (or 0xF26D71) is known color: Froly. HEX triplet: F2, 6D and 71. RGB value is (242,109,113). Sum of RGB (Red+Green+Blue) = 242+109+113=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D71 is #0D928E. Grayscale: #959595. Windows color (decimal): -889487 or 7433714. OLE color: 7433714.
HSL color Cylindrical-coordinate representation of color #F26D71: hue angle of 358.2º 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 #F26D71 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 113 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.05 |
| HSL | 358.2º | 0.84% | 0.69% | - |
| HSV(B) | 358.2º | 0.55% | 0.95% | - |
| XYZ | 45.07 | 31.01 | 19.23 | - |
| YUV | 149.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 113 | 0 | 0.55 | 0.53 | 0.05 | 358.2 | 0.84 | 0.69 |
| Hex | F2 | 6D | 71 | 0 | 37 | 35 | 5 | 166 | 54 | 45 |
| Octal | 362 | 155 | 161 | 0 | 67 | 65 | 5 | 546 | 124 | 105 |
| Binary | 11110010 | 1101101 | 1110001 | 0 | 110111 | 110101 | 101 | 101100110 | 1010100 | 1000101 |
Color Harmonies of #F26D71
Complementary color
Monochromatic Colors of #F26D71
Black with #F26D71
Text Example
Text Example
White with #F26D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D71; }
p { color: rgb(242,109,113); }
H1.HeaderClassName
{
color: #F26D71;
}
.AnyTagClassName
{
color: #F26D71;
}
</style>
background-color css
<style>
a { background-color: #F26D71; }
a { background-color: rgb(242,109,113); }
div.DivClassName
{
background-color: #F26D71;
}
.BgClassName
{
background-color: #F26D71;
}
</style>
border-color css
<style>
span { border-color: #F26D71; }
span { border-color: rgb(242,109,113); }
td.TdClassName
{
border-color: #F26D71;
}
.TagClassName
{
border-color: #F26D71;
}
</style>