Shades of Froly #F26064
Tints of Froly #F26064
RGB
CMYK
RGB Variations
Color information
#F26064 (or 0xF26064) is known color: Froly. HEX triplet: F2, 60 and 64. RGB value is (242,96,100). Sum of RGB (Red+Green+Blue) = 242+96+100=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F26064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F26064 is #0D9F9B. Grayscale: #8C8C8C. Windows color (decimal): -892828 or 6578418. OLE color: 6578418.
HSL color Cylindrical-coordinate representation of color #F26064: hue angle of 358.36º 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 #F26064 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 100 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.05 |
| HSL | 358.36º | 0.85% | 0.66% | - |
| HSV(B) | 358.36º | 0.6% | 0.95% | - |
| XYZ | 43.1 | 28.16 | 15.22 | - |
| YUV | 140.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 100 | 0 | 0.60 | 0.59 | 0.05 | 358.36 | 0.85 | 0.66 |
| Hex | F2 | 60 | 64 | 0 | 3C | 3B | 5 | 166 | 55 | 42 |
| Octal | 362 | 140 | 144 | 0 | 74 | 73 | 5 | 546 | 125 | 102 |
| Binary | 11110010 | 1100000 | 1100100 | 0 | 111100 | 111011 | 101 | 101100110 | 1010101 | 1000010 |
Color Harmonies of #F26064
Complementary color
Monochromatic Colors of #F26064
Black with #F26064
Text Example
Text Example
White with #F26064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26064; }
p { color: rgb(242,96,100); }
H1.HeaderClassName
{
color: #F26064;
}
.AnyTagClassName
{
color: #F26064;
}
</style>
background-color css
<style>
a { background-color: #F26064; }
a { background-color: rgb(242,96,100); }
div.DivClassName
{
background-color: #F26064;
}
.BgClassName
{
background-color: #F26064;
}
</style>
border-color css
<style>
span { border-color: #F26064; }
span { border-color: rgb(242,96,100); }
td.TdClassName
{
border-color: #F26064;
}
.TagClassName
{
border-color: #F26064;
}
</style>