Shades of Froly #F66C73
Tints of Froly #F66C73
RGB
CMYK
RGB Variations
Color information
#F66C73 (or 0xF66C73) is known color: Froly. HEX triplet: F6, 6C and 73. RGB value is (246,108,115). Sum of RGB (Red+Green+Blue) = 246+108+115=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 108 (42.58% from 255 or 23.03% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66C73 is #09938C. Grayscale: #969696. Windows color (decimal): -627597 or 7564534. OLE color: 7564534.
HSL color Cylindrical-coordinate representation of color #F66C73: hue angle of 356.96º 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 #F66C73 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 108 | 115 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.04 |
| HSL | 356.96º | 0.88% | 0.69% | - |
| HSV(B) | 356.96º | 0.56% | 0.96% | - |
| XYZ | 46.46 | 31.56 | 19.86 | - |
| YUV | 150.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 108 | 115 | 0 | 0.56 | 0.53 | 0.04 | 356.96 | 0.88 | 0.69 |
| Hex | F6 | 6C | 73 | 0 | 38 | 35 | 4 | 165 | 58 | 45 |
| Octal | 366 | 154 | 163 | 0 | 70 | 65 | 4 | 545 | 130 | 105 |
| Binary | 11110110 | 1101100 | 1110011 | 0 | 111000 | 110101 | 100 | 101100101 | 1011000 | 1000101 |
Color Harmonies of #F66C73
Complementary color
Monochromatic Colors of #F66C73
Black with #F66C73
Text Example
Text Example
White with #F66C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66C73; }
p { color: rgb(246,108,115); }
H1.HeaderClassName
{
color: #F66C73;
}
.AnyTagClassName
{
color: #F66C73;
}
</style>
background-color css
<style>
a { background-color: #F66C73; }
a { background-color: rgb(246,108,115); }
div.DivClassName
{
background-color: #F66C73;
}
.BgClassName
{
background-color: #F66C73;
}
</style>
border-color css
<style>
span { border-color: #F66C73; }
span { border-color: rgb(246,108,115); }
td.TdClassName
{
border-color: #F66C73;
}
.TagClassName
{
border-color: #F66C73;
}
</style>