Shades of Froly #F2666E
Tints of Froly #F2666E
RGB
CMYK
RGB Variations
Color information
#F2666E (or 0xF2666E) is known color: Froly. HEX triplet: F2, 66 and 6E. RGB value is (242,102,110). Sum of RGB (Red+Green+Blue) = 242+102+110=454 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.30% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 242 - color contains mainly: red. Hex color #F2666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F2666E is #0D9991. Grayscale: #909090. Windows color (decimal): -891282 or 7235314. OLE color: 7235314.
HSL color Cylindrical-coordinate representation of color #F2666E: hue angle of 356.57º 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 #F2666E is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 110 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.05 |
| HSL | 356.57º | 0.84% | 0.67% | - |
| HSV(B) | 356.57º | 0.58% | 0.95% | - |
| XYZ | 44.18 | 29.51 | 18.12 | - |
| YUV | 144.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 110 | 0 | 0.58 | 0.55 | 0.05 | 356.57 | 0.84 | 0.67 |
| Hex | F2 | 66 | 6E | 0 | 3A | 37 | 5 | 165 | 54 | 43 |
| Octal | 362 | 146 | 156 | 0 | 72 | 67 | 5 | 545 | 124 | 103 |
| Binary | 11110010 | 1100110 | 1101110 | 0 | 111010 | 110111 | 101 | 101100101 | 1010100 | 1000011 |
Color Harmonies of #F2666E
Complementary color
Monochromatic Colors of #F2666E
Black with #F2666E
Text Example
Text Example
White with #F2666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2666E; }
p { color: rgb(242,102,110); }
H1.HeaderClassName
{
color: #F2666E;
}
.AnyTagClassName
{
color: #F2666E;
}
</style>
background-color css
<style>
a { background-color: #F2666E; }
a { background-color: rgb(242,102,110); }
div.DivClassName
{
background-color: #F2666E;
}
.BgClassName
{
background-color: #F2666E;
}
</style>
border-color css
<style>
span { border-color: #F2666E; }
span { border-color: rgb(242,102,110); }
td.TdClassName
{
border-color: #F2666E;
}
.TagClassName
{
border-color: #F2666E;
}
</style>