Shades of Froly #F06C71
Tints of Froly #F06C71
RGB
CMYK
RGB Variations
Color information
#F06C71 (or 0xF06C71) is known color: Froly. HEX triplet: F0, 6C and 71. RGB value is (240,108,113). Sum of RGB (Red+Green+Blue) = 240+108+113=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C71 is #0F938E. Grayscale: #949494. Windows color (decimal): -1020815 or 7433456. OLE color: 7433456.
HSL color Cylindrical-coordinate representation of color #F06C71: hue angle of 357.73º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06C71 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 113 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.06 |
| HSL | 357.73º | 0.81% | 0.68% | - |
| HSV(B) | 357.73º | 0.55% | 0.94% | - |
| XYZ | 44.28 | 30.44 | 19.17 | - |
| YUV | 148.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 113 | 0 | 0.55 | 0.53 | 0.06 | 357.73 | 0.81 | 0.68 |
| Hex | F0 | 6C | 71 | 0 | 37 | 35 | 6 | 166 | 51 | 44 |
| Octal | 360 | 154 | 161 | 0 | 67 | 65 | 6 | 546 | 121 | 104 |
| Binary | 11110000 | 1101100 | 1110001 | 0 | 110111 | 110101 | 110 | 101100110 | 1010001 | 1000100 |
Color Harmonies of #F06C71
Complementary color
Monochromatic Colors of #F06C71
Black with #F06C71
Text Example
Text Example
White with #F06C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C71; }
p { color: rgb(240,108,113); }
H1.HeaderClassName
{
color: #F06C71;
}
.AnyTagClassName
{
color: #F06C71;
}
</style>
background-color css
<style>
a { background-color: #F06C71; }
a { background-color: rgb(240,108,113); }
div.DivClassName
{
background-color: #F06C71;
}
.BgClassName
{
background-color: #F06C71;
}
</style>
border-color css
<style>
span { border-color: #F06C71; }
span { border-color: rgb(240,108,113); }
td.TdClassName
{
border-color: #F06C71;
}
.TagClassName
{
border-color: #F06C71;
}
</style>