Shades of Froly #F2666C
Tints of Froly #F2666C
RGB
CMYK
RGB Variations
Color information
#F2666C (or 0xF2666C) is known color: Froly. HEX triplet: F2, 66 and 6C. RGB value is (242,102,108). Sum of RGB (Red+Green+Blue) = 242+102+108=452 (59% of max value = 765). Red value is 242 (94.92% from 255 or 53.54% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 242 - color contains mainly: red. Hex color #F2666C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2666C is #0D9993. Grayscale: #909090. Windows color (decimal): -891284 or 7104242. OLE color: 7104242.
HSL color Cylindrical-coordinate representation of color #F2666C: hue angle of 357.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2666C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 108 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.05 |
| HSL | 357.43º | 0.84% | 0.67% | - |
| HSV(B) | 357.43º | 0.58% | 0.95% | - |
| XYZ | 44.08 | 29.46 | 17.55 | - |
| YUV | 144.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 108 | 0 | 0.58 | 0.55 | 0.05 | 357.43 | 0.84 | 0.67 |
| Hex | F2 | 66 | 6C | 0 | 3A | 37 | 5 | 165 | 54 | 43 |
| Octal | 362 | 146 | 154 | 0 | 72 | 67 | 5 | 545 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1101100 | 0 | 111010 | 110111 | 101 | 101100101 | 1010100 | 1000011 |
Color Harmonies of #F2666C
Complementary color
Monochromatic Colors of #F2666C
Black with #F2666C
Text Example
Text Example
White with #F2666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2666C; }
p { color: rgb(242,102,108); }
H1.HeaderClassName
{
color: #F2666C;
}
.AnyTagClassName
{
color: #F2666C;
}
</style>
background-color css
<style>
a { background-color: #F2666C; }
a { background-color: rgb(242,102,108); }
div.DivClassName
{
background-color: #F2666C;
}
.BgClassName
{
background-color: #F2666C;
}
</style>
border-color css
<style>
span { border-color: #F2666C; }
span { border-color: rgb(242,102,108); }
td.TdClassName
{
border-color: #F2666C;
}
.TagClassName
{
border-color: #F2666C;
}
</style>