Shades of Froly #F2666D
Tints of Froly #F2666D
RGB
CMYK
RGB Variations
Color information
#F2666D (or 0xF2666D) is known color: Froly. HEX triplet: F2, 66 and 6D. RGB value is (242,102,109). Sum of RGB (Red+Green+Blue) = 242+102+109=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2666D is #0D9992. Grayscale: #909090. Windows color (decimal): -891283 or 7169778. OLE color: 7169778.
HSL color Cylindrical-coordinate representation of color #F2666D: hue angle of 357º 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 #F2666D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 109 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.05 |
| HSL | 357º | 0.84% | 0.67% | - |
| HSV(B) | 357º | 0.58% | 0.95% | - |
| XYZ | 44.13 | 29.48 | 17.83 | - |
| YUV | 144.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 109 | 0 | 0.58 | 0.55 | 0.05 | 357 | 0.84 | 0.67 |
| Hex | F2 | 66 | 6D | 0 | 3A | 37 | 5 | 165 | 54 | 43 |
| Octal | 362 | 146 | 155 | 0 | 72 | 67 | 5 | 545 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1101101 | 0 | 111010 | 110111 | 101 | 101100101 | 1010100 | 1000011 |
Color Harmonies of #F2666D
Complementary color
Monochromatic Colors of #F2666D
Black with #F2666D
Text Example
Text Example
White with #F2666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2666D; }
p { color: rgb(242,102,109); }
H1.HeaderClassName
{
color: #F2666D;
}
.AnyTagClassName
{
color: #F2666D;
}
</style>
background-color css
<style>
a { background-color: #F2666D; }
a { background-color: rgb(242,102,109); }
div.DivClassName
{
background-color: #F2666D;
}
.BgClassName
{
background-color: #F2666D;
}
</style>
border-color css
<style>
span { border-color: #F2666D; }
span { border-color: rgb(242,102,109); }
td.TdClassName
{
border-color: #F2666D;
}
.TagClassName
{
border-color: #F2666D;
}
</style>