Shades of Froly #F26D72
Tints of Froly #F26D72
RGB
CMYK
RGB Variations
Color information
#F26D72 (or 0xF26D72) is known color: Froly. HEX triplet: F2, 6D and 72. RGB value is (242,109,114). Sum of RGB (Red+Green+Blue) = 242+109+114=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D72 is #0D928D. Grayscale: #959595. Windows color (decimal): -889486 or 7499250. OLE color: 7499250.
HSL color Cylindrical-coordinate representation of color #F26D72: hue angle of 357.74º 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 #F26D72 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 114 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.05 |
| HSL | 357.74º | 0.84% | 0.69% | - |
| HSV(B) | 357.74º | 0.55% | 0.95% | - |
| XYZ | 45.12 | 31.03 | 19.53 | - |
| YUV | 149.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 114 | 0 | 0.55 | 0.53 | 0.05 | 357.74 | 0.84 | 0.69 |
| Hex | F2 | 6D | 72 | 0 | 37 | 35 | 5 | 166 | 54 | 45 |
| Octal | 362 | 155 | 162 | 0 | 67 | 65 | 5 | 546 | 124 | 105 |
| Binary | 11110010 | 1101101 | 1110010 | 0 | 110111 | 110101 | 101 | 101100110 | 1010100 | 1000101 |
Color Harmonies of #F26D72
Complementary color
Monochromatic Colors of #F26D72
Black with #F26D72
Text Example
Text Example
White with #F26D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D72; }
p { color: rgb(242,109,114); }
H1.HeaderClassName
{
color: #F26D72;
}
.AnyTagClassName
{
color: #F26D72;
}
</style>
background-color css
<style>
a { background-color: #F26D72; }
a { background-color: rgb(242,109,114); }
div.DivClassName
{
background-color: #F26D72;
}
.BgClassName
{
background-color: #F26D72;
}
</style>
border-color css
<style>
span { border-color: #F26D72; }
span { border-color: rgb(242,109,114); }
td.TdClassName
{
border-color: #F26D72;
}
.TagClassName
{
border-color: #F26D72;
}
</style>