Shades of Froly #F26D6F
Tints of Froly #F26D6F
RGB
CMYK
RGB Variations
Color information
#F26D6F (or 0xF26D6F) is known color: Froly. HEX triplet: F2, 6D and 6F. RGB value is (242,109,111). Sum of RGB (Red+Green+Blue) = 242+109+111=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D6F is #0D9290. Grayscale: #959595. Windows color (decimal): -889489 or 7302642. OLE color: 7302642.
HSL color Cylindrical-coordinate representation of color #F26D6F: hue angle of 359.1º 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 #F26D6F is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 111 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.05 |
| HSL | 359.1º | 0.84% | 0.69% | - |
| HSV(B) | 359.1º | 0.55% | 0.95% | - |
| XYZ | 44.96 | 30.96 | 18.65 | - |
| YUV | 149 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 111 | 0 | 0.55 | 0.54 | 0.05 | 359.1 | 0.84 | 0.69 |
| Hex | F2 | 6D | 6F | 0 | 37 | 36 | 5 | 167 | 54 | 45 |
| Octal | 362 | 155 | 157 | 0 | 67 | 66 | 5 | 547 | 124 | 105 |
| Binary | 11110010 | 1101101 | 1101111 | 0 | 110111 | 110110 | 101 | 101100111 | 1010100 | 1000101 |
Color Harmonies of #F26D6F
Complementary color
Monochromatic Colors of #F26D6F
Black with #F26D6F
Text Example
Text Example
White with #F26D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D6F; }
p { color: rgb(242,109,111); }
H1.HeaderClassName
{
color: #F26D6F;
}
.AnyTagClassName
{
color: #F26D6F;
}
</style>
background-color css
<style>
a { background-color: #F26D6F; }
a { background-color: rgb(242,109,111); }
div.DivClassName
{
background-color: #F26D6F;
}
.BgClassName
{
background-color: #F26D6F;
}
</style>
border-color css
<style>
span { border-color: #F26D6F; }
span { border-color: rgb(242,109,111); }
td.TdClassName
{
border-color: #F26D6F;
}
.TagClassName
{
border-color: #F26D6F;
}
</style>