Shades of Froly #F26065
Tints of Froly #F26065
RGB
CMYK
RGB Variations
Color information
#F26065 (or 0xF26065) is known color: Froly. HEX triplet: F2, 60 and 65. RGB value is (242,96,101). Sum of RGB (Red+Green+Blue) = 242+96+101=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 96 (37.89% from 255 or 21.87% from 439); Blue value is 101 (39.84% from 255 or 23.01% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F26065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26065 is #0D9F9A. Grayscale: #8C8C8C. Windows color (decimal): -892827 or 6643954. OLE color: 6643954.
HSL color Cylindrical-coordinate representation of color #F26065: hue angle of 357.95º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F26065 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 101 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.05 |
| HSL | 357.95º | 0.85% | 0.66% | - |
| HSV(B) | 357.95º | 0.6% | 0.95% | - |
| XYZ | 43.15 | 28.18 | 15.48 | - |
| YUV | 140.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 101 | 0 | 0.60 | 0.58 | 0.05 | 357.95 | 0.85 | 0.66 |
| Hex | F2 | 60 | 65 | 0 | 3C | 3A | 5 | 166 | 55 | 42 |
| Octal | 362 | 140 | 145 | 0 | 74 | 72 | 5 | 546 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1100101 | 0 | 111100 | 111010 | 101 | 101100110 | 1010101 | 1000010 |
Color Harmonies of #F26065
Complementary color
Monochromatic Colors of #F26065
Black with #F26065
Text Example
Text Example
White with #F26065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26065; }
p { color: rgb(242,96,101); }
H1.HeaderClassName
{
color: #F26065;
}
.AnyTagClassName
{
color: #F26065;
}
</style>
background-color css
<style>
a { background-color: #F26065; }
a { background-color: rgb(242,96,101); }
div.DivClassName
{
background-color: #F26065;
}
.BgClassName
{
background-color: #F26065;
}
</style>
border-color css
<style>
span { border-color: #F26065; }
span { border-color: rgb(242,96,101); }
td.TdClassName
{
border-color: #F26065;
}
.TagClassName
{
border-color: #F26065;
}
</style>