Shades of Froly #F26D6E
Tints of Froly #F26D6E
RGB
CMYK
RGB Variations
Color information
#F26D6E (or 0xF26D6E) is known color: Froly. HEX triplet: F2, 6D and 6E. RGB value is (242,109,110). Sum of RGB (Red+Green+Blue) = 242+109+110=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 109 (42.97% from 255 or 23.64% from 461); Blue value is 110 (43.36% from 255 or 23.86% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26D6E is #0D9291. Grayscale: #959595. Windows color (decimal): -889490 or 7237106. OLE color: 7237106.
HSL color Cylindrical-coordinate representation of color #F26D6E: hue angle of 359.55º 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 #F26D6E is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 110 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.05 |
| HSL | 359.55º | 0.84% | 0.69% | - |
| HSV(B) | 359.55º | 0.55% | 0.95% | - |
| XYZ | 44.9 | 30.94 | 18.36 | - |
| YUV | 148.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 110 | 0 | 0.55 | 0.55 | 0.05 | 359.55 | 0.84 | 0.69 |
| Hex | F2 | 6D | 6E | 0 | 37 | 37 | 5 | 168 | 54 | 45 |
| Octal | 362 | 155 | 156 | 0 | 67 | 67 | 5 | 550 | 124 | 105 |
| Binary | 11110010 | 1101101 | 1101110 | 0 | 110111 | 110111 | 101 | 101101000 | 1010100 | 1000101 |
Color Harmonies of #F26D6E
Complementary color
Monochromatic Colors of #F26D6E
Black with #F26D6E
Text Example
Text Example
White with #F26D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D6E; }
p { color: rgb(242,109,110); }
H1.HeaderClassName
{
color: #F26D6E;
}
.AnyTagClassName
{
color: #F26D6E;
}
</style>
background-color css
<style>
a { background-color: #F26D6E; }
a { background-color: rgb(242,109,110); }
div.DivClassName
{
background-color: #F26D6E;
}
.BgClassName
{
background-color: #F26D6E;
}
</style>
border-color css
<style>
span { border-color: #F26D6E; }
span { border-color: rgb(242,109,110); }
td.TdClassName
{
border-color: #F26D6E;
}
.TagClassName
{
border-color: #F26D6E;
}
</style>