Shades of Froly #F06064
Tints of Froly #F06064
RGB
CMYK
RGB Variations
Color information
#F06064 (or 0xF06064) is known color: Froly. HEX triplet: F0, 60 and 64. RGB value is (240,96,100). Sum of RGB (Red+Green+Blue) = 240+96+100=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F06064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06064 is #0F9F9B. Grayscale: #8B8B8B. Windows color (decimal): -1023900 or 6578416. OLE color: 6578416.
HSL color Cylindrical-coordinate representation of color #F06064: hue angle of 358.33º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F06064 is Cyan = 0, Magento = 0.6, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 100 | - |
| CMYK | 0 | 0.6 | 0.58 | 0.06 |
| HSL | 358.33º | 0.83% | 0.66% | - |
| HSV(B) | 358.33º | 0.6% | 0.94% | - |
| XYZ | 42.42 | 27.81 | 15.19 | - |
| YUV | 139.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 100 | 0 | 0.6 | 0.58 | 0.06 | 358.33 | 0.83 | 0.66 |
| Hex | F0 | 60 | 64 | 0 | 3C | 3A | 6 | 166 | 53 | 42 |
| Octal | 360 | 140 | 144 | 0 | 74 | 72 | 6 | 546 | 123 | 102 |
| Binary | 11110000 | 1100000 | 1100100 | 0 | 111100 | 111010 | 110 | 101100110 | 1010011 | 1000010 |
Color Harmonies of #F06064
Complementary color
Monochromatic Colors of #F06064
Black with #F06064
Text Example
Text Example
White with #F06064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06064; }
p { color: rgb(240,96,100); }
H1.HeaderClassName
{
color: #F06064;
}
.AnyTagClassName
{
color: #F06064;
}
</style>
background-color css
<style>
a { background-color: #F06064; }
a { background-color: rgb(240,96,100); }
div.DivClassName
{
background-color: #F06064;
}
.BgClassName
{
background-color: #F06064;
}
</style>
border-color css
<style>
span { border-color: #F06064; }
span { border-color: rgb(240,96,100); }
td.TdClassName
{
border-color: #F06064;
}
.TagClassName
{
border-color: #F06064;
}
</style>