Shades of Froly #F26F70
Tints of Froly #F26F70
RGB
CMYK
RGB Variations
Color information
#F26F70 (or 0xF26F70) is known color: Froly. HEX triplet: F2, 6F and 70. RGB value is (242,111,112). Sum of RGB (Red+Green+Blue) = 242+111+112=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26F70 is #0D908F. Grayscale: #969696. Windows color (decimal): -888976 or 7368690. OLE color: 7368690.
HSL color Cylindrical-coordinate representation of color #F26F70: hue angle of 359.54º 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 #F26F70 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 111 | 112 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.05 |
| HSL | 359.54º | 0.83% | 0.69% | - |
| HSV(B) | 359.54º | 0.54% | 0.95% | - |
| XYZ | 45.23 | 31.42 | 19.01 | - |
| YUV | 150.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 111 | 112 | 0 | 0.54 | 0.54 | 0.05 | 359.54 | 0.83 | 0.69 |
| Hex | F2 | 6F | 70 | 0 | 36 | 36 | 5 | 168 | 53 | 45 |
| Octal | 362 | 157 | 160 | 0 | 66 | 66 | 5 | 550 | 123 | 105 |
| Binary | 11110010 | 1101111 | 1110000 | 0 | 110110 | 110110 | 101 | 101101000 | 1010011 | 1000101 |
Color Harmonies of #F26F70
Complementary color
Monochromatic Colors of #F26F70
Black with #F26F70
Text Example
Text Example
White with #F26F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26F70; }
p { color: rgb(242,111,112); }
H1.HeaderClassName
{
color: #F26F70;
}
.AnyTagClassName
{
color: #F26F70;
}
</style>
background-color css
<style>
a { background-color: #F26F70; }
a { background-color: rgb(242,111,112); }
div.DivClassName
{
background-color: #F26F70;
}
.BgClassName
{
background-color: #F26F70;
}
</style>
border-color css
<style>
span { border-color: #F26F70; }
span { border-color: rgb(242,111,112); }
td.TdClassName
{
border-color: #F26F70;
}
.TagClassName
{
border-color: #F26F70;
}
</style>