Shades of Froly #F66C71
Tints of Froly #F66C71
RGB
CMYK
RGB Variations
Color information
#F66C71 (or 0xF66C71) is known color: Froly. HEX triplet: F6, 6C and 71. RGB value is (246,108,113). Sum of RGB (Red+Green+Blue) = 246+108+113=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C71 is #09938E. Grayscale: #959595. Windows color (decimal): -627599 or 7433462. OLE color: 7433462.
HSL color Cylindrical-coordinate representation of color #F66C71: hue angle of 357.83º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66C71 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 113 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.04 |
| HSL | 357.83º | 0.88% | 0.69% | - |
| HSV(B) | 357.83º | 0.56% | 0.96% | - |
| XYZ | 46.35 | 31.51 | 19.26 | - |
| YUV | 149.83 | 107.22 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 113 | 0 | 0.56 | 0.54 | 0.04 | 357.83 | 0.88 | 0.69 |
| Hex | F6 | 6C | 71 | 0 | 38 | 36 | 4 | 166 | 58 | 45 |
| Octal | 366 | 154 | 161 | 0 | 70 | 66 | 4 | 546 | 130 | 105 |
| Binary | 11110110 | 1101100 | 1110001 | 0 | 111000 | 110110 | 100 | 101100110 | 1011000 | 1000101 |
Color Harmonies of #F66C71
Complementary color
Monochromatic Colors of #F66C71
Black with #F66C71
Text Example
Text Example
White with #F66C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C71; }
p { color: rgb(246,108,113); }
H1.HeaderClassName
{
color: #F66C71;
}
.AnyTagClassName
{
color: #F66C71;
}
</style>
background-color css
<style>
a { background-color: #F66C71; }
a { background-color: rgb(246,108,113); }
div.DivClassName
{
background-color: #F66C71;
}
.BgClassName
{
background-color: #F66C71;
}
</style>
border-color css
<style>
span { border-color: #F66C71; }
span { border-color: rgb(246,108,113); }
td.TdClassName
{
border-color: #F66C71;
}
.TagClassName
{
border-color: #F66C71;
}
</style>