Shades of Froly #F26265
Tints of Froly #F26265
RGB
CMYK
RGB Variations
Color information
#F26265 (or 0xF26265) is known color: Froly. HEX triplet: F2, 62 and 65. RGB value is (242,98,101). Sum of RGB (Red+Green+Blue) = 242+98+101=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F26265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26265 is #0D9D9A. Grayscale: #8D8D8D. Windows color (decimal): -892315 or 6644466. OLE color: 6644466.
HSL color Cylindrical-coordinate representation of color #F26265: hue angle of 358.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26265 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 101 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.05 |
| HSL | 358.75º | 0.85% | 0.67% | - |
| HSV(B) | 358.75º | 0.6% | 0.95% | - |
| XYZ | 43.33 | 28.55 | 15.54 | - |
| YUV | 141.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 101 | 0 | 0.60 | 0.58 | 0.05 | 358.75 | 0.85 | 0.67 |
| Hex | F2 | 62 | 65 | 0 | 3C | 3A | 5 | 167 | 55 | 43 |
| Octal | 362 | 142 | 145 | 0 | 74 | 72 | 5 | 547 | 125 | 103 |
| Binary | 11110010 | 1100010 | 1100101 | 0 | 111100 | 111010 | 101 | 101100111 | 1010101 | 1000011 |
Color Harmonies of #F26265
Complementary color
Monochromatic Colors of #F26265
Black with #F26265
Text Example
Text Example
White with #F26265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26265; }
p { color: rgb(242,98,101); }
H1.HeaderClassName
{
color: #F26265;
}
.AnyTagClassName
{
color: #F26265;
}
</style>
background-color css
<style>
a { background-color: #F26265; }
a { background-color: rgb(242,98,101); }
div.DivClassName
{
background-color: #F26265;
}
.BgClassName
{
background-color: #F26265;
}
</style>
border-color css
<style>
span { border-color: #F26265; }
span { border-color: rgb(242,98,101); }
td.TdClassName
{
border-color: #F26265;
}
.TagClassName
{
border-color: #F26265;
}
</style>