Shades of Froly #F66A70
Tints of Froly #F66A70
RGB
CMYK
RGB Variations
Color information
#F66A70 (or 0xF66A70) is known color: Froly. HEX triplet: F6, 6A and 70. RGB value is (246,106,112). Sum of RGB (Red+Green+Blue) = 246+106+112=464 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.02% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 246 - color contains mainly: red. Hex color #F66A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66A70 is #09958F. Grayscale: #949494. Windows color (decimal): -628112 or 7367414. OLE color: 7367414.
HSL color Cylindrical-coordinate representation of color #F66A70: hue angle of 357.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F66A70 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 106 | 112 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.04 |
| HSL | 357.43º | 0.89% | 0.69% | - |
| HSV(B) | 357.43º | 0.57% | 0.96% | - |
| XYZ | 46.08 | 31.07 | 18.9 | - |
| YUV | 148.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 106 | 112 | 0 | 0.57 | 0.54 | 0.04 | 357.43 | 0.89 | 0.69 |
| Hex | F6 | 6A | 70 | 0 | 39 | 36 | 4 | 165 | 59 | 45 |
| Octal | 366 | 152 | 160 | 0 | 71 | 66 | 4 | 545 | 131 | 105 |
| Binary | 11110110 | 1101010 | 1110000 | 0 | 111001 | 110110 | 100 | 101100101 | 1011001 | 1000101 |
Color Harmonies of #F66A70
Complementary color
Monochromatic Colors of #F66A70
Black with #F66A70
Text Example
Text Example
White with #F66A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66A70; }
p { color: rgb(246,106,112); }
H1.HeaderClassName
{
color: #F66A70;
}
.AnyTagClassName
{
color: #F66A70;
}
</style>
background-color css
<style>
a { background-color: #F66A70; }
a { background-color: rgb(246,106,112); }
div.DivClassName
{
background-color: #F66A70;
}
.BgClassName
{
background-color: #F66A70;
}
</style>
border-color css
<style>
span { border-color: #F66A70; }
span { border-color: rgb(246,106,112); }
td.TdClassName
{
border-color: #F66A70;
}
.TagClassName
{
border-color: #F66A70;
}
</style>