Shades of Froly #F06C73
Tints of Froly #F06C73
RGB
CMYK
RGB Variations
Color information
#F06C73 (or 0xF06C73) is known color: Froly. HEX triplet: F0, 6C and 73. RGB value is (240,108,115). Sum of RGB (Red+Green+Blue) = 240+108+115=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06C73 is #0F938C. Grayscale: #949494. Windows color (decimal): -1020813 or 7564528. OLE color: 7564528.
HSL color Cylindrical-coordinate representation of color #F06C73: hue angle of 356.82º 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 #F06C73 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 108 | 115 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.06 |
| HSL | 356.82º | 0.81% | 0.68% | - |
| HSV(B) | 356.82º | 0.55% | 0.94% | - |
| XYZ | 44.39 | 30.49 | 19.76 | - |
| YUV | 148.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 108 | 115 | 0 | 0.55 | 0.52 | 0.06 | 356.82 | 0.81 | 0.68 |
| Hex | F0 | 6C | 73 | 0 | 37 | 34 | 6 | 165 | 51 | 44 |
| Octal | 360 | 154 | 163 | 0 | 67 | 64 | 6 | 545 | 121 | 104 |
| Binary | 11110000 | 1101100 | 1110011 | 0 | 110111 | 110100 | 110 | 101100101 | 1010001 | 1000100 |
Color Harmonies of #F06C73
Complementary color
Monochromatic Colors of #F06C73
Black with #F06C73
Text Example
Text Example
White with #F06C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06C73; }
p { color: rgb(240,108,115); }
H1.HeaderClassName
{
color: #F06C73;
}
.AnyTagClassName
{
color: #F06C73;
}
</style>
background-color css
<style>
a { background-color: #F06C73; }
a { background-color: rgb(240,108,115); }
div.DivClassName
{
background-color: #F06C73;
}
.BgClassName
{
background-color: #F06C73;
}
</style>
border-color css
<style>
span { border-color: #F06C73; }
span { border-color: rgb(240,108,115); }
td.TdClassName
{
border-color: #F06C73;
}
.TagClassName
{
border-color: #F06C73;
}
</style>