Shades of Froly #F66C6D
Tints of Froly #F66C6D
RGB
CMYK
RGB Variations
Color information
#F66C6D (or 0xF66C6D) is known color: Froly. HEX triplet: F6, 6C and 6D. RGB value is (246,108,109). Sum of RGB (Red+Green+Blue) = 246+108+109=463 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.13% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C6D is #099392. Grayscale: #959595. Windows color (decimal): -627603 or 7171318. OLE color: 7171318.
HSL color Cylindrical-coordinate representation of color #F66C6D: hue angle of 359.57º 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 #F66C6D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 109 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.04 |
| HSL | 359.57º | 0.88% | 0.69% | - |
| HSV(B) | 359.57º | 0.56% | 0.96% | - |
| XYZ | 46.13 | 31.42 | 18.1 | - |
| YUV | 149.38 | 105.22 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 109 | 0 | 0.56 | 0.56 | 0.04 | 359.57 | 0.88 | 0.69 |
| Hex | F6 | 6C | 6D | 0 | 38 | 38 | 4 | 168 | 58 | 45 |
| Octal | 366 | 154 | 155 | 0 | 70 | 70 | 4 | 550 | 130 | 105 |
| Binary | 11110110 | 1101100 | 1101101 | 0 | 111000 | 111000 | 100 | 101101000 | 1011000 | 1000101 |
Color Harmonies of #F66C6D
Complementary color
Monochromatic Colors of #F66C6D
Black with #F66C6D
Text Example
Text Example
White with #F66C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C6D; }
p { color: rgb(246,108,109); }
H1.HeaderClassName
{
color: #F66C6D;
}
.AnyTagClassName
{
color: #F66C6D;
}
</style>
background-color css
<style>
a { background-color: #F66C6D; }
a { background-color: rgb(246,108,109); }
div.DivClassName
{
background-color: #F66C6D;
}
.BgClassName
{
background-color: #F66C6D;
}
</style>
border-color css
<style>
span { border-color: #F66C6D; }
span { border-color: rgb(246,108,109); }
td.TdClassName
{
border-color: #F66C6D;
}
.TagClassName
{
border-color: #F66C6D;
}
</style>