Shades of Froly #F26D73
Tints of Froly #F26D73
RGB
CMYK
RGB Variations
Color information
#F26D73 (or 0xF26D73) is known color: Froly. HEX triplet: F2, 6D and 73. RGB value is (242,109,115). Sum of RGB (Red+Green+Blue) = 242+109+115=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D73 is #0D928C. Grayscale: #959595. Windows color (decimal): -889485 or 7564786. OLE color: 7564786.
HSL color Cylindrical-coordinate representation of color #F26D73: hue angle of 357.29º 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 #F26D73 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 115 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.05 |
| HSL | 357.29º | 0.84% | 0.69% | - |
| HSV(B) | 357.29º | 0.55% | 0.95% | - |
| XYZ | 45.18 | 31.05 | 19.83 | - |
| YUV | 149.45 | 108.56 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 115 | 0 | 0.55 | 0.52 | 0.05 | 357.29 | 0.84 | 0.69 |
| Hex | F2 | 6D | 73 | 0 | 37 | 34 | 5 | 165 | 54 | 45 |
| Octal | 362 | 155 | 163 | 0 | 67 | 64 | 5 | 545 | 124 | 105 |
| Binary | 11110010 | 1101101 | 1110011 | 0 | 110111 | 110100 | 101 | 101100101 | 1010100 | 1000101 |
Color Harmonies of #F26D73
Complementary color
Monochromatic Colors of #F26D73
Black with #F26D73
Text Example
Text Example
White with #F26D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D73; }
p { color: rgb(242,109,115); }
H1.HeaderClassName
{
color: #F26D73;
}
.AnyTagClassName
{
color: #F26D73;
}
</style>
background-color css
<style>
a { background-color: #F26D73; }
a { background-color: rgb(242,109,115); }
div.DivClassName
{
background-color: #F26D73;
}
.BgClassName
{
background-color: #F26D73;
}
</style>
border-color css
<style>
span { border-color: #F26D73; }
span { border-color: rgb(242,109,115); }
td.TdClassName
{
border-color: #F26D73;
}
.TagClassName
{
border-color: #F26D73;
}
</style>