Shades of Froly #F26F76
Tints of Froly #F26F76
RGB
CMYK
RGB Variations
Color information
#F26F76 (or 0xF26F76) is known color: Froly. HEX triplet: F2, 6F and 76. RGB value is (242,111,118). Sum of RGB (Red+Green+Blue) = 242+111+118=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F76 is #0D9089. Grayscale: #979797. Windows color (decimal): -888970 or 7761906. OLE color: 7761906.
HSL color Cylindrical-coordinate representation of color #F26F76: hue angle of 356.79º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26F76 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 118 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.05 |
| HSL | 356.79º | 0.83% | 0.69% | - |
| HSV(B) | 356.79º | 0.54% | 0.95% | - |
| XYZ | 45.57 | 31.55 | 20.83 | - |
| YUV | 150.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 118 | 0 | 0.54 | 0.51 | 0.05 | 356.79 | 0.83 | 0.69 |
| Hex | F2 | 6F | 76 | 0 | 36 | 33 | 5 | 165 | 53 | 45 |
| Octal | 362 | 157 | 166 | 0 | 66 | 63 | 5 | 545 | 123 | 105 |
| Binary | 11110010 | 1101111 | 1110110 | 0 | 110110 | 110011 | 101 | 101100101 | 1010011 | 1000101 |
Color Harmonies of #F26F76
Complementary color
Monochromatic Colors of #F26F76
Black with #F26F76
Text Example
Text Example
White with #F26F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F76; }
p { color: rgb(242,111,118); }
H1.HeaderClassName
{
color: #F26F76;
}
.AnyTagClassName
{
color: #F26F76;
}
</style>
background-color css
<style>
a { background-color: #F26F76; }
a { background-color: rgb(242,111,118); }
div.DivClassName
{
background-color: #F26F76;
}
.BgClassName
{
background-color: #F26F76;
}
</style>
border-color css
<style>
span { border-color: #F26F76; }
span { border-color: rgb(242,111,118); }
td.TdClassName
{
border-color: #F26F76;
}
.TagClassName
{
border-color: #F26F76;
}
</style>