Shades of Froly #F26366
Tints of Froly #F26366
RGB
CMYK
RGB Variations
Color information
#F26366 (or 0xF26366) is known color: Froly. HEX triplet: F2, 63 and 66. RGB value is (242,99,102). Sum of RGB (Red+Green+Blue) = 242+99+102=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 102 (40.23% from 255 or 23.02% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F26366 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26366 is #0D9C99. Grayscale: #8E8E8E. Windows color (decimal): -892058 or 6710258. OLE color: 6710258.
HSL color Cylindrical-coordinate representation of color #F26366: hue angle of 358.74º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F26366 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 102 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.05 |
| HSL | 358.74º | 0.85% | 0.67% | - |
| HSV(B) | 358.74º | 0.59% | 0.95% | - |
| XYZ | 43.48 | 28.76 | 15.83 | - |
| YUV | 142.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 102 | 0 | 0.59 | 0.58 | 0.05 | 358.74 | 0.85 | 0.67 |
| Hex | F2 | 63 | 66 | 0 | 3B | 3A | 5 | 167 | 55 | 43 |
| Octal | 362 | 143 | 146 | 0 | 73 | 72 | 5 | 547 | 125 | 103 |
| Binary | 11110010 | 1100011 | 1100110 | 0 | 111011 | 111010 | 101 | 101100111 | 1010101 | 1000011 |
Color Harmonies of #F26366
Complementary color
Monochromatic Colors of #F26366
Black with #F26366
Text Example
Text Example
White with #F26366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26366; }
p { color: rgb(242,99,102); }
H1.HeaderClassName
{
color: #F26366;
}
.AnyTagClassName
{
color: #F26366;
}
</style>
background-color css
<style>
a { background-color: #F26366; }
a { background-color: rgb(242,99,102); }
div.DivClassName
{
background-color: #F26366;
}
.BgClassName
{
background-color: #F26366;
}
</style>
border-color css
<style>
span { border-color: #F26366; }
span { border-color: rgb(242,99,102); }
td.TdClassName
{
border-color: #F26366;
}
.TagClassName
{
border-color: #F26366;
}
</style>