Shades of Froly #F6666C
Tints of Froly #F6666C
RGB
CMYK
RGB Variations
Color information
#F6666C (or 0xF6666C) is known color: Froly. HEX triplet: F6, 66 and 6C. RGB value is (246,102,108). Sum of RGB (Red+Green+Blue) = 246+102+108=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F6666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6666C is #099993. Grayscale: #919191. Windows color (decimal): -629140 or 7104246. OLE color: 7104246.
HSL color Cylindrical-coordinate representation of color #F6666C: hue angle of 357.5º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6666C is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 108 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.04 |
| HSL | 357.5º | 0.89% | 0.68% | - |
| HSV(B) | 357.5º | 0.59% | 0.96% | - |
| XYZ | 45.46 | 30.18 | 17.62 | - |
| YUV | 145.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 108 | 0 | 0.59 | 0.56 | 0.04 | 357.5 | 0.89 | 0.68 |
| Hex | F6 | 66 | 6C | 0 | 3B | 38 | 4 | 166 | 59 | 44 |
| Octal | 366 | 146 | 154 | 0 | 73 | 70 | 4 | 546 | 131 | 104 |
| Binary | 11110110 | 1100110 | 1101100 | 0 | 111011 | 111000 | 100 | 101100110 | 1011001 | 1000100 |
Color Harmonies of #F6666C
Complementary color
Monochromatic Colors of #F6666C
Black with #F6666C
Text Example
Text Example
White with #F6666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6666C; }
p { color: rgb(246,102,108); }
H1.HeaderClassName
{
color: #F6666C;
}
.AnyTagClassName
{
color: #F6666C;
}
</style>
background-color css
<style>
a { background-color: #F6666C; }
a { background-color: rgb(246,102,108); }
div.DivClassName
{
background-color: #F6666C;
}
.BgClassName
{
background-color: #F6666C;
}
</style>
border-color css
<style>
span { border-color: #F6666C; }
span { border-color: rgb(246,102,108); }
td.TdClassName
{
border-color: #F6666C;
}
.TagClassName
{
border-color: #F6666C;
}
</style>